mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-09 07:30:02 +00:00
Use the same blurb for --pid in all tools.
This commit is contained in:
@@ -6958,10 +6958,11 @@ Password to use when connecting.
|
|||||||
|
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
Create the given PID file when daemonized. The file contains the process ID of
|
Create the given PID file. The tool won't start if the PID file already
|
||||||
the daemonized instance. The PID file is removed when the daemonized instance
|
exists and the PID it contains is different than the current PID. However,
|
||||||
exits. The program checks for the existence of the PID file when starting; if
|
if the PID file exists and the PID it contains is no longer running, the
|
||||||
it exists and the process with the matching PID exists, the program exits.
|
tool will overwrite the PID file with the current PID. The PID file is
|
||||||
|
removed automatically when the tool exits.
|
||||||
|
|
||||||
=item --plugin
|
=item --plugin
|
||||||
|
|
||||||
|
@@ -5083,10 +5083,11 @@ Password to use when connecting.
|
|||||||
|
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
Create the given PID file when daemonized. The file contains the process ID of
|
Create the given PID file. The tool won't start if the PID file already
|
||||||
the daemonized instance. The PID file is removed when the daemonized instance
|
exists and the PID it contains is different than the current PID. However,
|
||||||
exits. The program checks for the existence of the PID file when starting; if
|
if the PID file exists and the PID it contains is no longer running, the
|
||||||
it exists and the process with the matching PID exists, the program exits.
|
tool will overwrite the PID file with the current PID. The PID file is
|
||||||
|
removed automatically when the tool exits.
|
||||||
|
|
||||||
=item --port
|
=item --port
|
||||||
|
|
||||||
|
@@ -5130,14 +5130,11 @@ Password to use when connecting.
|
|||||||
|
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
Create the given PID file. The file contains the process ID of the script.
|
Create the given PID file. The tool won't start if the PID file already
|
||||||
The PID file is removed when the script exits. Before starting, the script
|
exists and the PID it contains is different than the current PID. However,
|
||||||
checks if the PID file already exists. If it does not, then the script creates
|
if the PID file exists and the PID it contains is no longer running, the
|
||||||
and writes its own PID to it. If it does, then the script checks the following:
|
tool will overwrite the PID file with the current PID. The PID file is
|
||||||
if the file contains a PID and a process is running with that PID, then
|
removed automatically when the tool exits.
|
||||||
the script dies; or, if there is no process running with that PID, then the
|
|
||||||
script overwrites the file with its own PID and starts; else, if the file
|
|
||||||
contains no PID, then the script dies.
|
|
||||||
|
|
||||||
=item --port
|
=item --port
|
||||||
|
|
||||||
|
@@ -1456,14 +1456,11 @@ printed to the fifo.
|
|||||||
|
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
Create the given PID file. The file contains the process ID of the script.
|
Create the given PID file. The tool won't start if the PID file already
|
||||||
The PID file is removed when the script exits. Before starting, the script
|
exists and the PID it contains is different than the current PID. However,
|
||||||
checks if the PID file already exists. If it does not, then the script creates
|
if the PID file exists and the PID it contains is no longer running, the
|
||||||
and writes its own PID to it. If it does, then the script checks the following:
|
tool will overwrite the PID file with the current PID. The PID file is
|
||||||
if the file contains a PID and a process is running with that PID, then
|
removed automatically when the tool exits.
|
||||||
the script dies; or, if there is no process running with that PID, then the
|
|
||||||
script overwrites the file with its own PID and starts; else, if the file
|
|
||||||
contains no PID, then the script dies.
|
|
||||||
|
|
||||||
=item --statistics
|
=item --statistics
|
||||||
|
|
||||||
|
13
bin/pt-find
13
bin/pt-find
@@ -4241,14 +4241,11 @@ Password to use when connecting.
|
|||||||
|
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
Create the given PID file. The file contains the process ID of the script.
|
Create the given PID file. The tool won't start if the PID file already
|
||||||
The PID file is removed when the script exits. Before starting, the script
|
exists and the PID it contains is different than the current PID. However,
|
||||||
checks if the PID file already exists. If it does not, then the script creates
|
if the PID file exists and the PID it contains is no longer running, the
|
||||||
and writes its own PID to it. If it does, then the script checks the following:
|
tool will overwrite the PID file with the current PID. The PID file is
|
||||||
if the file contains a PID and a process is running with that PID, then
|
removed automatically when the tool exits.
|
||||||
the script dies; or, if there is no process running with that PID, then the
|
|
||||||
script overwrites the file with its own PID and starts; else, if the file
|
|
||||||
contains no PID, then the script dies.
|
|
||||||
|
|
||||||
=item --port
|
=item --port
|
||||||
|
|
||||||
|
@@ -4103,10 +4103,11 @@ Password to use when connecting.
|
|||||||
|
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
Create the given PID file when daemonized. The file contains the process ID of
|
Create the given PID file. The tool won't start if the PID file already
|
||||||
the daemonized instance. The PID file is removed when the daemonized instance
|
exists and the PID it contains is different than the current PID. However,
|
||||||
exits. The program checks for the existence of the PID file when starting; if
|
if the PID file exists and the PID it contains is no longer running, the
|
||||||
it exists and the process with the matching PID exists, the program exits.
|
tool will overwrite the PID file with the current PID. The PID file is
|
||||||
|
removed automatically when the tool exits.
|
||||||
|
|
||||||
=item --port
|
=item --port
|
||||||
|
|
||||||
|
@@ -5664,10 +5664,11 @@ Password to use when connecting.
|
|||||||
|
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
Create the given PID file when daemonized. The file contains the process ID of
|
Create the given PID file. The tool won't start if the PID file already
|
||||||
the daemonized instance. The PID file is removed when the daemonized instance
|
exists and the PID it contains is different than the current PID. However,
|
||||||
exits. The program checks for the existence of the PID file when starting; if
|
if the PID file exists and the PID it contains is no longer running, the
|
||||||
it exists and the process with the matching PID exists, the program exits.
|
tool will overwrite the PID file with the current PID. The PID file is
|
||||||
|
removed automatically when the tool exits.
|
||||||
|
|
||||||
=item --port
|
=item --port
|
||||||
|
|
||||||
|
@@ -7350,10 +7350,11 @@ Password to use when connecting.
|
|||||||
|
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
Create the given PID file when daemonized. The file contains the process ID of
|
Create the given PID file. The tool won't start if the PID file already
|
||||||
the daemonized instance. The PID file is removed when the daemonized instance
|
exists and the PID it contains is different than the current PID. However,
|
||||||
exits. The program checks for the existence of the PID file when starting; if
|
if the PID file exists and the PID it contains is no longer running, the
|
||||||
it exists and the process with the matching PID exists, the program exits.
|
tool will overwrite the PID file with the current PID. The PID file is
|
||||||
|
removed automatically when the tool exits.
|
||||||
|
|
||||||
=item --port
|
=item --port
|
||||||
|
|
||||||
|
@@ -10868,10 +10868,11 @@ Password to use when connecting.
|
|||||||
|
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
Create the given PID file. The file contains the process ID of the tool's
|
Create the given PID file. The tool won't start if the PID file already
|
||||||
instance. The PID file is removed when the tool exits. The tool checks for
|
exists and the PID it contains is different than the current PID. However,
|
||||||
the existence of the PID file when starting; if it exists and the process with
|
if the PID file exists and the PID it contains is no longer running, the
|
||||||
the matching PID exists, the tool exits.
|
tool will overwrite the PID file with the current PID. The PID file is
|
||||||
|
removed automatically when the tool exits.
|
||||||
|
|
||||||
=item --port
|
=item --port
|
||||||
|
|
||||||
|
@@ -9092,11 +9092,11 @@ Password to use when connecting.
|
|||||||
|
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
Create the given PID file when daemonized. The file contains the process
|
Create the given PID file. The tool won't start if the PID file already
|
||||||
ID of the daemonized instance. The PID file is removed when the
|
exists and the PID it contains is different than the current PID. However,
|
||||||
daemonized instance exits. The program checks for the existence of the
|
if the PID file exists and the PID it contains is no longer running, the
|
||||||
PID file when starting; if it exists and the process with the matching PID
|
tool will overwrite the PID file with the current PID. The PID file is
|
||||||
exists, the program exits.
|
removed automatically when the tool exits.
|
||||||
|
|
||||||
=item --port
|
=item --port
|
||||||
|
|
||||||
|
@@ -14967,11 +14967,11 @@ Password to use when connecting.
|
|||||||
|
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
Create the given PID file when daemonized. The file contains the process
|
Create the given PID file. The tool won't start if the PID file already
|
||||||
ID of the daemonized instance. The PID file is removed when the
|
exists and the PID it contains is different than the current PID. However,
|
||||||
daemonized instance exits. The program checks for the existence of the
|
if the PID file exists and the PID it contains is no longer running, the
|
||||||
PID file when starting; if it exists and the process with the matching PID
|
tool will overwrite the PID file with the current PID. The PID file is
|
||||||
exists, the program exits.
|
removed automatically when the tool exits.
|
||||||
|
|
||||||
=item --port
|
=item --port
|
||||||
|
|
||||||
|
@@ -2093,14 +2093,11 @@ Password to use when connecting.
|
|||||||
|
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
Create the given PID file. The file contains the process ID of the script.
|
Create the given PID file. The tool won't start if the PID file already
|
||||||
The PID file is removed when the script exits. Before starting, the script
|
exists and the PID it contains is different than the current PID. However,
|
||||||
checks if the PID file already exists. If it does not, then the script creates
|
if the PID file exists and the PID it contains is no longer running, the
|
||||||
and writes its own PID to it. If it does, then the script checks the following:
|
tool will overwrite the PID file with the current PID. The PID file is
|
||||||
if the file contains a PID and a process is running with that PID, then
|
removed automatically when the tool exits.
|
||||||
the script dies; or, if there is no process running with that PID, then the
|
|
||||||
script overwrites the file with its own PID and starts; else, if the file
|
|
||||||
contains no PID, then the script dies.
|
|
||||||
|
|
||||||
=item --port
|
=item --port
|
||||||
|
|
||||||
|
@@ -4478,11 +4478,11 @@ Password to use when connecting.
|
|||||||
|
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
Create the given PID file when daemonized. The file contains the process
|
Create the given PID file. The tool won't start if the PID file already
|
||||||
ID of the daemonized instance. The PID file is removed when the
|
exists and the PID it contains is different than the current PID. However,
|
||||||
daemonized instance exits. The program checks for the existence of the
|
if the PID file exists and the PID it contains is no longer running, the
|
||||||
PID file when starting; if it exists and the process with the matching PID
|
tool will overwrite the PID file with the current PID. The PID file is
|
||||||
exists, the program exits.
|
removed automatically when the tool exits.
|
||||||
|
|
||||||
=item --port
|
=item --port
|
||||||
|
|
||||||
|
@@ -3960,14 +3960,11 @@ Password to use when connecting.
|
|||||||
|
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
Create the given PID file. The file contains the process ID of the script.
|
Create the given PID file. The tool won't start if the PID file already
|
||||||
The PID file is removed when the script exits. Before starting, the script
|
exists and the PID it contains is different than the current PID. However,
|
||||||
checks if the PID file already exists. If it does not, then the script creates
|
if the PID file exists and the PID it contains is no longer running, the
|
||||||
and writes its own PID to it. If it does, then the script checks the following:
|
tool will overwrite the PID file with the current PID. The PID file is
|
||||||
if the file contains a PID and a process is running with that PID, then
|
removed automatically when the tool exits.
|
||||||
the script dies; or, if there is no process running with that PID, then the
|
|
||||||
script overwrites the file with its own PID and starts; else, if the file
|
|
||||||
contains no PID, then the script dies.
|
|
||||||
|
|
||||||
=item --port
|
=item --port
|
||||||
|
|
||||||
|
@@ -5312,11 +5312,11 @@ Password to use when connecting.
|
|||||||
|
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
Create the given PID file when daemonized. The file contains the process
|
Create the given PID file. The tool won't start if the PID file already
|
||||||
ID of the daemonized instance. The PID file is removed when the
|
exists and the PID it contains is different than the current PID. However,
|
||||||
daemonized instance exits. The program checks for the existence of the
|
if the PID file exists and the PID it contains is no longer running, the
|
||||||
PID file when starting; if it exists and the process with the matching PID
|
tool will overwrite the PID file with the current PID. The PID file is
|
||||||
exists, the program exits.
|
removed automatically when the tool exits.
|
||||||
|
|
||||||
=item --port
|
=item --port
|
||||||
|
|
||||||
|
@@ -1723,7 +1723,11 @@ Send mail to this list of addresses when data is collected.
|
|||||||
|
|
||||||
type: string; default: /var/run/pt-stalk.pid
|
type: string; default: /var/run/pt-stalk.pid
|
||||||
|
|
||||||
Create a PID file when daemonized.
|
Create the given PID file. The tool won't start if the PID file already
|
||||||
|
exists and the PID it contains is different than the current PID. However,
|
||||||
|
if the PID file exists and the PID it contains is no longer running, the
|
||||||
|
tool will overwrite the PID file with the current PID. The PID file is
|
||||||
|
removed automatically when the tool exits.
|
||||||
|
|
||||||
=item --plugin
|
=item --plugin
|
||||||
|
|
||||||
|
@@ -11619,14 +11619,11 @@ Password to use when connecting.
|
|||||||
|
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
Create the given PID file. The file contains the process ID of the script.
|
Create the given PID file. The tool won't start if the PID file already
|
||||||
The PID file is removed when the script exits. Before starting, the script
|
exists and the PID it contains is different than the current PID. However,
|
||||||
checks if the PID file already exists. If it does not, then the script creates
|
if the PID file exists and the PID it contains is no longer running, the
|
||||||
and writes its own PID to it. If it does, then the script checks the following:
|
tool will overwrite the PID file with the current PID. The PID file is
|
||||||
if the file contains a PID and a process is running with that PID, then
|
removed automatically when the tool exits.
|
||||||
the script dies; or, if there is no process running with that PID, then the
|
|
||||||
script overwrites the file with its own PID and starts; else, if the file
|
|
||||||
contains no PID, then the script dies.
|
|
||||||
|
|
||||||
=item --port
|
=item --port
|
||||||
|
|
||||||
|
@@ -12051,14 +12051,11 @@ Password to use when connecting.
|
|||||||
|
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
Create the given PID file. The file contains the process ID of the script.
|
Create the given PID file. The tool won't start if the PID file already
|
||||||
The PID file is removed when the script exits. Before starting, the script
|
exists and the PID it contains is different than the current PID. However,
|
||||||
checks if the PID file already exists. If it does not, then the script creates
|
if the PID file exists and the PID it contains is no longer running, the
|
||||||
and writes its own PID to it. If it does, then the script checks the following:
|
tool will overwrite the PID file with the current PID. The PID file is
|
||||||
if the file contains a PID and a process is running with that PID, then
|
removed automatically when the tool exits.
|
||||||
the script dies; or, if there is no process running with that PID, then the
|
|
||||||
script overwrites the file with its own PID and starts; else, if the file
|
|
||||||
contains no PID, then the script dies.
|
|
||||||
|
|
||||||
=item --port
|
=item --port
|
||||||
|
|
||||||
|
@@ -7192,11 +7192,11 @@ Password to use when connecting.
|
|||||||
|
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
Create the given PID file when running. The file contains the process
|
Create the given PID file. The tool won't start if the PID file already
|
||||||
ID of the daemonized instance. The PID file is removed when the
|
exists and the PID it contains is different than the current PID. However,
|
||||||
daemonized instance exits. The program checks for the existence of the
|
if the PID file exists and the PID it contains is no longer running, the
|
||||||
PID file when starting; if it exists and the process with the matching PID
|
tool will overwrite the PID file with the current PID. The PID file is
|
||||||
exists, the program exits.
|
removed automatically when the tool exits.
|
||||||
|
|
||||||
=item --port
|
=item --port
|
||||||
|
|
||||||
|
@@ -13483,11 +13483,11 @@ Password to use when connecting.
|
|||||||
|
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
Create the given PID file when daemonized. The file contains the process
|
Create the given PID file. The tool won't start if the PID file already
|
||||||
ID of the daemonized instance. The PID file is removed when the
|
exists and the PID it contains is different than the current PID. However,
|
||||||
daemonized instance exits. The program checks for the existence of the
|
if the PID file exists and the PID it contains is no longer running, the
|
||||||
PID file when starting; if it exists and the process with the matching PID
|
tool will overwrite the PID file with the current PID. The PID file is
|
||||||
exists, the program exits.
|
removed automatically when the tool exits.
|
||||||
|
|
||||||
=item --port
|
=item --port
|
||||||
|
|
||||||
|
@@ -5752,11 +5752,11 @@ Password to use when connecting.
|
|||||||
|
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
Create the given PID file when daemonized. The file contains the process
|
Create the given PID file. The tool won't start if the PID file already
|
||||||
ID of the daemonized instance. The PID file is removed when the
|
exists and the PID it contains is different than the current PID. However,
|
||||||
daemonized instance exits. The program checks for the existence of the
|
if the PID file exists and the PID it contains is no longer running, the
|
||||||
PID file when starting; if it exists and the process with the matching PID
|
tool will overwrite the PID file with the current PID. The PID file is
|
||||||
exists, the program exits.
|
removed automatically when the tool exits.
|
||||||
|
|
||||||
=item --port
|
=item --port
|
||||||
|
|
||||||
|
@@ -2952,14 +2952,11 @@ Password to use when connecting.
|
|||||||
|
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
Create the given PID file. The file contains the process ID of the script.
|
Create the given PID file. The tool won't start if the PID file already
|
||||||
The PID file is removed when the script exits. Before starting, the script
|
exists and the PID it contains is different than the current PID. However,
|
||||||
checks if the PID file already exists. If it does not, then the script creates
|
if the PID file exists and the PID it contains is no longer running, the
|
||||||
and writes its own PID to it. If it does, then the script checks the following:
|
tool will overwrite the PID file with the current PID. The PID file is
|
||||||
if the file contains a PID and a process is running with that PID, then
|
removed automatically when the tool exits.
|
||||||
the script dies; or, if there is no process running with that PID, then the
|
|
||||||
script overwrites the file with its own PID and starts; else, if the file
|
|
||||||
contains no PID, then the script dies.
|
|
||||||
|
|
||||||
=item --port
|
=item --port
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user