Update README.md
This commit is contained in:
parent
50ece21b2d
commit
8bbbc9bc80
1 changed files with 10 additions and 2 deletions
12
README.md
12
README.md
|
@ -7,7 +7,14 @@ MySQLTuner-perl
|
||||||
[](http://isitmaintained.com/project/major/MySQLTuner-perl "Percentage of issues still open")
|
[](http://isitmaintained.com/project/major/MySQLTuner-perl "Percentage of issues still open")
|
||||||
[](https://opensource.org/licenses/GPL-2.0/)
|
[](https://opensource.org/licenses/GPL-2.0/)
|
||||||
|
|
||||||
MySQLTuner is a script written in Perl that allows you to review a MySQL installation quickly and make adjustments to increase performance and stability. The current configuration variables and status data is retrieved and presented in a brief format along with some basic performance suggestions.
|
**MySQLTuner** is a script written in Perl that allows you to review a MySQL installation quickly and make adjustments to increase performance and stability. The current configuration variables and status data is retrieved and presented in a brief format along with some basic performance suggestions.
|
||||||
|
|
||||||
|
**MySQLTuner** supports in this last version ~250 indicators for MySQL/MariaDB like server.
|
||||||
|
|
||||||
|
**MySQLTuner** is maintained and indicator collect is increasing week after week supporting a lot of configuration sush as , , , Linux OS metrics, , , , ...
|
||||||
|
|
||||||
|
You can found more details on this indicators
|
||||||
|
.
|
||||||
|
|
||||||
|
|
||||||

|

|
||||||
|
@ -79,8 +86,9 @@ __Usage:__ Minimal usage remotely
|
||||||
|
|
||||||
__Usage:__ Enable maximum output information around MySQL/MariaDb without debugging
|
__Usage:__ Enable maximum output information around MySQL/MariaDb without debugging
|
||||||
|
|
||||||
perl mysqltuner.pl --buffers --dbstat --idxstat --sysstat --pfstat
|
|
||||||
perl mysqltuner.pl --verbose
|
perl mysqltuner.pl --verbose
|
||||||
|
perl mysqltuner.pl --buffers --dbstat --idxstat --sysstat --pfstat
|
||||||
|
|
||||||
|
|
||||||
__Usage:__ Enable CVE vulnerabilities check for your MariaDB or MySQL version
|
__Usage:__ Enable CVE vulnerabilities check for your MariaDB or MySQL version
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue