mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-18 01:33:14 +00:00
Fix many various doc issues.
This commit is contained in:
@@ -5453,12 +5453,6 @@ L<"SYNOPSIS"> and usage information for details.
|
|||||||
|
|
||||||
Prompt for a password when connecting to MySQL.
|
Prompt for a password when connecting to MySQL.
|
||||||
|
|
||||||
=item --[no]ignore-case
|
|
||||||
|
|
||||||
default: yes
|
|
||||||
|
|
||||||
Compare the variables case-insensitively.
|
|
||||||
|
|
||||||
=item --charset
|
=item --charset
|
||||||
|
|
||||||
short form: -A; type: string
|
short form: -A; type: string
|
||||||
@@ -5500,6 +5494,12 @@ short form: -h; type: string
|
|||||||
|
|
||||||
Connect to host.
|
Connect to host.
|
||||||
|
|
||||||
|
=item --[no]ignore-case
|
||||||
|
|
||||||
|
default: yes
|
||||||
|
|
||||||
|
Compare the variables case-insensitively.
|
||||||
|
|
||||||
=item --ignore-variables
|
=item --ignore-variables
|
||||||
|
|
||||||
type: array
|
type: array
|
||||||
|
@@ -5181,16 +5181,16 @@ Normally the L<"--dest"> table is expected to exist already. This option
|
|||||||
causes pt-deadlock-logger to create the table automatically using the suggested
|
causes pt-deadlock-logger to create the table automatically using the suggested
|
||||||
table structure.
|
table structure.
|
||||||
|
|
||||||
|
=item --daemonize
|
||||||
|
|
||||||
|
Fork to the background and detach from the shell. POSIX operating systems only.
|
||||||
|
|
||||||
=item --database
|
=item --database
|
||||||
|
|
||||||
short form: -D; type: string
|
short form: -D; type: string
|
||||||
|
|
||||||
Connect to this database.
|
Connect to this database.
|
||||||
|
|
||||||
=item --daemonize
|
|
||||||
|
|
||||||
Fork to the background and detach from the shell. POSIX operating systems only.
|
|
||||||
|
|
||||||
=item --defaults-file
|
=item --defaults-file
|
||||||
|
|
||||||
short form: -F; type: string
|
short form: -F; type: string
|
||||||
|
@@ -4213,16 +4213,16 @@ type: Array
|
|||||||
Read this comma-separated list of config files; if specified, this must be the
|
Read this comma-separated list of config files; if specified, this must be the
|
||||||
first option on the command line.
|
first option on the command line.
|
||||||
|
|
||||||
|
=item --daemonize
|
||||||
|
|
||||||
|
Fork to the background and detach from the shell. POSIX operating systems only.
|
||||||
|
|
||||||
=item --database
|
=item --database
|
||||||
|
|
||||||
short form: -D; type: string
|
short form: -D; type: string
|
||||||
|
|
||||||
Connect to this database.
|
Connect to this database.
|
||||||
|
|
||||||
=item --daemonize
|
|
||||||
|
|
||||||
Fork to the background and detach from the shell. POSIX operating systems only.
|
|
||||||
|
|
||||||
=item --defaults-file
|
=item --defaults-file
|
||||||
|
|
||||||
short form: -F; type: string
|
short form: -F; type: string
|
||||||
|
12
bin/pt-kill
12
bin/pt-kill
@@ -7404,12 +7404,6 @@ type: Array
|
|||||||
Read this comma-separated list of config files; if specified, this must be the
|
Read this comma-separated list of config files; if specified, this must be the
|
||||||
first option on the command line.
|
first option on the command line.
|
||||||
|
|
||||||
=item --database
|
|
||||||
|
|
||||||
short form: -D; type: string
|
|
||||||
|
|
||||||
The database to use for the connection.
|
|
||||||
|
|
||||||
=item --create-log-table
|
=item --create-log-table
|
||||||
|
|
||||||
Create the L<"--log-dsn"> table if it does not exist.
|
Create the L<"--log-dsn"> table if it does not exist.
|
||||||
@@ -7422,6 +7416,12 @@ default structure shown in the documentation for that option.
|
|||||||
Fork to the background and detach from the shell. POSIX operating systems
|
Fork to the background and detach from the shell. POSIX operating systems
|
||||||
only.
|
only.
|
||||||
|
|
||||||
|
=item --database
|
||||||
|
|
||||||
|
short form: -D; type: string
|
||||||
|
|
||||||
|
The database to use for the connection.
|
||||||
|
|
||||||
=item --defaults-file
|
=item --defaults-file
|
||||||
|
|
||||||
short form: -F; type: string
|
short form: -F; type: string
|
||||||
|
@@ -684,7 +684,7 @@ line at a time. It places each line into a temporary file. When it finds a
|
|||||||
blank line, it assumes that a new sample of SHOW GLOBAL STATUS is starting,
|
blank line, it assumes that a new sample of SHOW GLOBAL STATUS is starting,
|
||||||
and it creates a new temporary file. At the end of this process, it has a
|
and it creates a new temporary file. At the end of this process, it has a
|
||||||
number of temporary files. It joins the temporary files together side-by-side
|
number of temporary files. It joins the temporary files together side-by-side
|
||||||
and prints the result. If the L<"-r"> option is given, it first subtracts
|
and prints the result. If L<"--relative"> option is given, it first subtracts
|
||||||
each sample from the one after it before printing results.
|
each sample from the one after it before printing results.
|
||||||
|
|
||||||
=head1 OPTIONS
|
=head1 OPTIONS
|
||||||
|
@@ -15212,17 +15212,17 @@ Create the L<"--review"> table if it does not exist.
|
|||||||
This option causes the table specified by L<"--review"> to be created
|
This option causes the table specified by L<"--review"> to be created
|
||||||
with the default structure shown in the documentation for L<"--review">.
|
with the default structure shown in the documentation for L<"--review">.
|
||||||
|
|
||||||
|
=item --daemonize
|
||||||
|
|
||||||
|
Fork to the background and detach from the shell. POSIX
|
||||||
|
operating systems only.
|
||||||
|
|
||||||
=item --database
|
=item --database
|
||||||
|
|
||||||
short form: -D; type: string
|
short form: -D; type: string
|
||||||
|
|
||||||
Connect to this database.
|
Connect to this database.
|
||||||
|
|
||||||
=item --daemonize
|
|
||||||
|
|
||||||
Fork to the background and detach from the shell. POSIX
|
|
||||||
operating systems only.
|
|
||||||
|
|
||||||
=item --defaults-file
|
=item --defaults-file
|
||||||
|
|
||||||
short form: -F; type: string
|
short form: -F; type: string
|
||||||
|
@@ -2564,17 +2564,23 @@ first option on the command line.
|
|||||||
|
|
||||||
Print help and exit.
|
Print help and exit.
|
||||||
|
|
||||||
|
=item --read-samples
|
||||||
|
|
||||||
|
type: string
|
||||||
|
|
||||||
|
Create a report from the files in this directory.
|
||||||
|
|
||||||
=item --save-samples
|
=item --save-samples
|
||||||
|
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
Save the collected data in this directory.
|
Save the collected data in this directory.
|
||||||
|
|
||||||
=item --read-samples
|
=item --sleep
|
||||||
|
|
||||||
type: string
|
type: int; default: 5
|
||||||
|
|
||||||
Create a report from the files in this directory.
|
How long to sleep when gathering samples from vmstat.
|
||||||
|
|
||||||
=item --summarize-mounts
|
=item --summarize-mounts
|
||||||
|
|
||||||
@@ -2594,18 +2600,16 @@ default: yes; negatable: yes
|
|||||||
|
|
||||||
Report on top processes and C<vmstat> output.
|
Report on top processes and C<vmstat> output.
|
||||||
|
|
||||||
=item --sleep
|
|
||||||
|
|
||||||
type: int; default: 5
|
|
||||||
|
|
||||||
How long to sleep when gathering samples from vmstat.
|
|
||||||
|
|
||||||
=item --version
|
=item --version
|
||||||
|
|
||||||
Print tool's version and exit.
|
Print tool's version and exit.
|
||||||
|
|
||||||
=back
|
=back
|
||||||
|
|
||||||
|
=head1 ENVIRONMENT
|
||||||
|
|
||||||
|
This tool does not use any environment variables.
|
||||||
|
|
||||||
=head1 SYSTEM REQUIREMENTS
|
=head1 SYSTEM REQUIREMENTS
|
||||||
|
|
||||||
This tool requires the Bourne shell (F</bin/sh>).
|
This tool requires the Bourne shell (F</bin/sh>).
|
||||||
|
@@ -11536,11 +11536,11 @@ The number of chunks into which the table was divided.
|
|||||||
|
|
||||||
The number of chunks that were skipped due one or more of these problems:
|
The number of chunks that were skipped due one or more of these problems:
|
||||||
|
|
||||||
* MySQL not using the L<"--chunk-index">
|
* MySQL not using the --chunk-index
|
||||||
* MySQL not using the full chunk index (L<"--[no]check-plan">)
|
* MySQL not using the full chunk index (--[no]check-plan)
|
||||||
* Chunk size is greater than L<"--chunk-size"> * L<"--chunk-size-limit">
|
* Chunk size is greater than --chunk-size * --chunk-size-limit
|
||||||
* Lock wait timeout exceeded (L<"--retries")
|
* Lock wait timeout exceeded (--retries)
|
||||||
* Checksum query killed (L<"--retries">)
|
* Checksum query killed (--retries)
|
||||||
|
|
||||||
As of pt-table-checksum 2.2.5, skipped chunks cause a non-zero L<"EXIT STATUS">.
|
As of pt-table-checksum 2.2.5, skipped chunks cause a non-zero L<"EXIT STATUS">.
|
||||||
|
|
||||||
|
@@ -5867,12 +5867,6 @@ runs SET NAMES UTF8 after connecting to MySQL. Any other value sets
|
|||||||
binmode on STDOUT without the utf8 layer, and runs SET NAMES after
|
binmode on STDOUT without the utf8 layer, and runs SET NAMES after
|
||||||
connecting to MySQL.
|
connecting to MySQL.
|
||||||
|
|
||||||
=item --database
|
|
||||||
|
|
||||||
short form: -D; type: string
|
|
||||||
|
|
||||||
Connect to this database.
|
|
||||||
|
|
||||||
=item --config
|
=item --config
|
||||||
|
|
||||||
type: Array
|
type: Array
|
||||||
@@ -5885,6 +5879,12 @@ first option on the command line.
|
|||||||
Fork to the background and detach from the shell. POSIX
|
Fork to the background and detach from the shell. POSIX
|
||||||
operating systems only.
|
operating systems only.
|
||||||
|
|
||||||
|
=item --database
|
||||||
|
|
||||||
|
short form: -D; type: string
|
||||||
|
|
||||||
|
Connect to this database.
|
||||||
|
|
||||||
=item --defaults-file
|
=item --defaults-file
|
||||||
|
|
||||||
short form: -F; type: string
|
short form: -F; type: string
|
||||||
|
Reference in New Issue
Block a user