Adding CVE detection support
This commit is contained in:
parent
7394833f80
commit
b36f6d425b
1 changed files with 14 additions and 3 deletions
17
USAGE.md
17
USAGE.md
|
@ -1,6 +1,6 @@
|
||||||
# NAME
|
# NAME
|
||||||
|
|
||||||
MySQLTuner 1.4.9 - MySQL High Performance Tuning Script
|
MySQLTuner 1.6.2 - MySQL High Performance Tuning Script
|
||||||
|
|
||||||
# IMPORTANT USAGE GUIDELINES
|
# IMPORTANT USAGE GUIDELINES
|
||||||
|
|
||||||
|
@ -28,18 +28,22 @@ You must provide the remote server's total memory when connecting to other serve
|
||||||
--forcemem <size> Amount of RAM installed in megabytes
|
--forcemem <size> Amount of RAM installed in megabytes
|
||||||
--forceswap <size> Amount of swap memory configured in megabytes
|
--forceswap <size> Amount of swap memory configured in megabytes
|
||||||
--passwordfile <path>Path to a password file list(one password by line)
|
--passwordfile <path>Path to a password file list(one password by line)
|
||||||
--reportfile <path> Path to a report txt file
|
|
||||||
|
|
||||||
# OUTPUT OPTIONS
|
# OUTPUT OPTIONS
|
||||||
|
|
||||||
|
--silent Don't output anything on screen
|
||||||
--nogood Remove OK responses
|
--nogood Remove OK responses
|
||||||
--nobad Remove negative/suggestion responses
|
--nobad Remove negative/suggestion responses
|
||||||
--noinfo Remove informational responses
|
--noinfo Remove informational responses
|
||||||
--debug Print debug information
|
--debug Print debug information
|
||||||
--dbstat Print database information
|
--dbstat Print database information
|
||||||
--idxstat Print index information
|
--idxstat Print index information
|
||||||
|
--cvefile CVE File for vulnerability checks
|
||||||
--nocolor Don't print output in color
|
--nocolor Don't print output in color
|
||||||
--buffers Print global and per-thread buffer values
|
--buffers Print global and per-thread buffer values
|
||||||
|
--outputfile <path> Path to a output txt file
|
||||||
|
--reportfile <path> Path to a report txt file
|
||||||
|
--template <path> Path to a template file
|
||||||
|
|
||||||
# PERLDOC
|
# PERLDOC
|
||||||
|
|
||||||
|
@ -47,6 +51,12 @@ You can find documentation for this module with the perldoc command.
|
||||||
|
|
||||||
perldoc mysqltuner
|
perldoc mysqltuner
|
||||||
|
|
||||||
|
## INTERNALS
|
||||||
|
|
||||||
|
[https://github.com/major/MySQLTuner-perl/blob/master/INTERNALS.md](https://github.com/major/MySQLTuner-perl/blob/master/INTERNALS.md)
|
||||||
|
|
||||||
|
Internal documentation
|
||||||
|
|
||||||
# AUTHORS
|
# AUTHORS
|
||||||
|
|
||||||
Major Hayden - major@mhtx.net
|
Major Hayden - major@mhtx.net
|
||||||
|
@ -84,7 +94,8 @@ Major Hayden - major@mhtx.net
|
||||||
- Cole Turner
|
- Cole Turner
|
||||||
- Major Hayden
|
- Major Hayden
|
||||||
- Joe Ashcraft
|
- Joe Ashcraft
|
||||||
- Stephan Großberndt
|
- Jean-Marie Renouard
|
||||||
|
- Stephan GroBberndt
|
||||||
|
|
||||||
# SUPPORT
|
# SUPPORT
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue