Generate USAGE.md at 2024-02-09T00:21:26+01:00
This commit is contained in:
parent
c29168ccaf
commit
cb3fd87f09
1 changed files with 6 additions and 1 deletions
7
USAGE.md
7
USAGE.md
|
@ -44,15 +44,20 @@ You must provide the remote server's total memory when connecting to other serve
|
||||||
--template <path> Path to a template file
|
--template <path> Path to a template file
|
||||||
--dumpdir <path> Path to a directory where to dump information files
|
--dumpdir <path> Path to a directory where to dump information files
|
||||||
--feature <feature> Run a specific feature (see FEATURES section)
|
--feature <feature> Run a specific feature (see FEATURES section)
|
||||||
=head1 OUTPUT OPTIONS
|
--dumpdir <path> information_schema tables and sys views are dumped in CSV in this path
|
||||||
|
|
||||||
|
# OUTPUT OPTIONS
|
||||||
|
|
||||||
--silent Don't output anything on screen
|
--silent Don't output anything on screen
|
||||||
--verbose Print out all options (default: no verbose, dbstat, idxstat, sysstat, tbstat, pfstat)
|
--verbose Print out all options (default: no verbose, dbstat, idxstat, sysstat, tbstat, pfstat)
|
||||||
|
--color Print output in color
|
||||||
--nocolor Don't print output in color
|
--nocolor Don't print output in color
|
||||||
--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
|
||||||
|
--experimental Print experimental analysis (may failed)
|
||||||
|
--nondedicated Consider server is not dedicated to Db server usage only
|
||||||
--noprocess Consider no other process is running
|
--noprocess Consider no other process is running
|
||||||
--dbstat Print database information
|
--dbstat Print database information
|
||||||
--nodbstat Don't print database information
|
--nodbstat Don't print database information
|
||||||
|
|
Loading…
Reference in a new issue