Update README.md
This commit is contained in:
parent
a6a2cb3b85
commit
6cd9b26bf8
1 changed files with 7 additions and 0 deletions
|
@ -49,24 +49,31 @@ Specific usage
|
||||||
--
|
--
|
||||||
|
|
||||||
* Minimal usage locally
|
* Minimal usage locally
|
||||||
|
|
||||||
perl mysqltuner.pl
|
perl mysqltuner.pl
|
||||||
|
|
||||||
* Minimal usage remotely
|
* Minimal usage remotely
|
||||||
|
|
||||||
perl mysqltuner.pl --host targetDNS_IP --user admin_user --password admin_password
|
perl mysqltuner.pl --host targetDNS_IP --user admin_user --password admin_password
|
||||||
|
|
||||||
* Enable maximum output information around MySQL/MariaDb without debugging
|
* Enable maximum output information around MySQL/MariaDb without debugging
|
||||||
|
|
||||||
perl mysqltuner.pl --buffers --dbstat --idxstat
|
perl mysqltuner.pl --buffers --dbstat --idxstat
|
||||||
|
|
||||||
* Write your result in a file with information displayed
|
* Write your result in a file with information displayed
|
||||||
|
|
||||||
perl mysqltuner.pl --outputfile /tmp/result_mysqltuner.txt
|
perl mysqltuner.pl --outputfile /tmp/result_mysqltuner.txt
|
||||||
|
|
||||||
* Write your result in a file **without outputting information**
|
* Write your result in a file **without outputting information**
|
||||||
|
|
||||||
perl mysqltuner.pl --silent --outputfile /tmp/result_mysqltuner.txt
|
perl mysqltuner.pl --silent --outputfile /tmp/result_mysqltuner.txt
|
||||||
|
|
||||||
* Using template model to customize your reporting file based on [Text::Template](https://metacpan.org/pod/Text::Template) syntax.
|
* Using template model to customize your reporting file based on [Text::Template](https://metacpan.org/pod/Text::Template) syntax.
|
||||||
|
|
||||||
perl mysqltuner.pl --silent --reportfile /tmp/result_mysqltuner.txt --template=/tmp/mymodel.tmpl
|
perl mysqltuner.pl --silent --reportfile /tmp/result_mysqltuner.txt --template=/tmp/mymodel.tmpl
|
||||||
|
|
||||||
* Enable debugging information
|
* Enable debugging information
|
||||||
|
|
||||||
perl mysqltuner.pl --debug
|
perl mysqltuner.pl --debug
|
||||||
|
|
||||||
FAQ
|
FAQ
|
||||||
|
|
Loading…
Reference in a new issue