-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Fixes #3443 Modify the help message of base-tool (and everybody who is symlinked to it) to clarify the tool-specific options that may be specified when registering a tool (on the RHS of `--` in the invocation of `pbench-register-tool`). PBENCH-1173
- Loading branch information
Showing
42 changed files
with
130 additions
and
232 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,10 @@ | ||
blktrace: Error, one of the following options is required, --install|--start|--stop|--postprocess | ||
|
||
The following options are available: | ||
-h|--help display this help message and exit | ||
|
||
--install verify this perf tool will work | ||
|
||
--start|stop|postprocess start/stop/postprocess the data collection | ||
-d str|--dir=str directory to store data collection (required) | ||
--devices=str,[str] the list of block devices to trace (required w/ --start) | ||
Tool-specific options - these may be specified when you register a tool: | ||
|
||
-h|--help display this help message | ||
--devices=str,[str] the list of block devices to trace (required) | ||
blktrace: WARNING - postprocess - tool output directory, '/var/tmp/pbench-test-tool-scripts/blktrace/tools-group/blktrace', missing | ||
blktrace: WARNING - stop - tool output directory, '/var/tmp/pbench-test-tool-scripts/blktrace/tools-group/blktrace', missing |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,10 @@ | ||
bpftrace: Error, one of the following options is required, --install|--start|--stop|--postprocess | ||
|
||
The following options are available: | ||
-h|--help display this help message and exit | ||
|
||
--install verify this perf tool will work | ||
|
||
--start|stop|postprocess start/stop/postprocess the data collection | ||
-d str|--dir=str directory to store data collection (required) | ||
--script=str path to the bpftrace script (required w/ --start) | ||
Tool-specific options - these may be specified when you register a tool: | ||
|
||
-h|--help display this help message | ||
--script=str path to the bpftrace script (required) | ||
bpftrace: WARNING - postprocess - tool output directory, '/var/tmp/pbench-test-tool-scripts/bpftrace/tools-group/bpftrace', missing | ||
bpftrace: WARNING - stop - tool output directory, '/var/tmp/pbench-test-tool-scripts/bpftrace/tools-group/bpftrace', missing |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,10 @@ | ||
cpuacct: Error, one of the following options is required, --install|--start|--stop|--postprocess | ||
|
||
The following options are available: | ||
-h|--help display this help message and exit | ||
|
||
--install verify this perf tool will work | ||
|
||
--start|stop|postprocess start/stop/postprocess the data collection | ||
-d str|--dir=str directory to store data collection (required) | ||
--interval=int number of seconds between each data collection (optional, default is 10 seconds) | ||
Tool-specific options - these may be specified when you register a tool: | ||
|
||
-h|--help display this help message | ||
--interval=int number of seconds between each data collection (optional, default is 10 seconds) | ||
cpuacct: WARNING - postprocess - tool output directory, '/var/tmp/pbench-test-tool-scripts/cpuacct/tools-group/cpuacct', missing | ||
cpuacct: WARNING - stop - tool output directory, '/var/tmp/pbench-test-tool-scripts/cpuacct/tools-group/cpuacct', missing |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,10 @@ | ||
disk: Error, one of the following options is required, --install|--start|--stop|--postprocess | ||
|
||
The following options are available: | ||
-h|--help display this help message and exit | ||
|
||
--install verify this perf tool will work | ||
|
||
--start|stop|postprocess start/stop/postprocess the data collection | ||
-d str|--dir=str directory to store data collection (required) | ||
--interval=int number of seconds between each data collection (optional, default is 10 seconds) | ||
Tool-specific options - these may be specified when you register a tool: | ||
|
||
-h|--help display this help message | ||
--interval=int number of seconds between each data collection (optional, default is 10 seconds) | ||
disk: WARNING - postprocess - tool output directory, '/var/tmp/pbench-test-tool-scripts/disk/tools-group/disk', missing | ||
disk: WARNING - stop - tool output directory, '/var/tmp/pbench-test-tool-scripts/disk/tools-group/disk', missing |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,10 @@ | ||
dm-cache: Error, one of the following options is required, --install|--start|--stop|--postprocess | ||
|
||
The following options are available: | ||
-h|--help display this help message and exit | ||
|
||
--install verify this perf tool will work | ||
|
||
--start|stop|postprocess start/stop/postprocess the data collection | ||
-d str|--dir=str directory to store data collection (required) | ||
--interval=int number of seconds between each data collection (optional, default is 10 seconds) | ||
Tool-specific options - these may be specified when you register a tool: | ||
|
||
-h|--help display this help message | ||
--interval=int number of seconds between each data collection (optional, default is 10 seconds) | ||
dm-cache: WARNING - postprocess - tool output directory, '/var/tmp/pbench-test-tool-scripts/dm-cache/tools-group/dm-cache', missing | ||
dm-cache: WARNING - stop - tool output directory, '/var/tmp/pbench-test-tool-scripts/dm-cache/tools-group/dm-cache', missing |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,10 @@ | ||
docker-info: Error, one of the following options is required, --install|--start|--stop|--postprocess | ||
|
||
The following options are available: | ||
-h|--help display this help message and exit | ||
|
||
--install verify this perf tool will work | ||
|
||
--start|stop|postprocess start/stop/postprocess the data collection | ||
-d str|--dir=str directory to store data collection (required) | ||
--interval=int number of seconds between each data collection (optional, default is 10 seconds) | ||
Tool-specific options - these may be specified when you register a tool: | ||
|
||
-h|--help display this help message | ||
--interval=int number of seconds between each data collection (optional, default is 10 seconds) | ||
docker-info: WARNING - postprocess - tool output directory, '/var/tmp/pbench-test-tool-scripts/docker-info/tools-group/docker-info', missing | ||
docker-info: WARNING - stop - tool output directory, '/var/tmp/pbench-test-tool-scripts/docker-info/tools-group/docker-info', missing |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,10 @@ | ||
docker: Error, one of the following options is required, --install|--start|--stop|--postprocess | ||
|
||
The following options are available: | ||
-h|--help display this help message and exit | ||
|
||
--install verify this perf tool will work | ||
|
||
--start|stop|postprocess start/stop/postprocess the data collection | ||
-d str|--dir=str directory to store data collection (required) | ||
--interval=int number of seconds between each data collection (optional, default is 10 seconds) | ||
Tool-specific options - these may be specified when you register a tool: | ||
|
||
-h|--help display this help message | ||
--interval=int number of seconds between each data collection (optional, default is 10 seconds) | ||
docker: WARNING - postprocess - tool output directory, '/var/tmp/pbench-test-tool-scripts/docker/tools-group/docker', missing | ||
docker: WARNING - stop - tool output directory, '/var/tmp/pbench-test-tool-scripts/docker/tools-group/docker', missing |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,11 @@ | ||
haproxy-ocp: Error, one of the following options is required, --install|--start|--stop|--postprocess | ||
|
||
The following options are available: | ||
-h|--help display this help message and exit | ||
|
||
--install verify this perf tool will work | ||
|
||
--start|stop|postprocess start/stop/postprocess the data collection | ||
-d str|--dir=str directory to store data collection (required) | ||
Tool-specific options - these may be specified when you register a tool: | ||
|
||
--interval=int number of seconds between each data collection (optional, default is 10 seconds) | ||
--counters-clear-all clear all HAProxy counters at tool start (optional, default: 'false') | ||
|
||
-h|--help display this help message | ||
haproxy-ocp: WARNING - postprocess - tool output directory, '/var/tmp/pbench-test-tool-scripts/haproxy-ocp/tools-group/haproxy-ocp', missing | ||
haproxy-ocp: WARNING - stop - tool output directory, '/var/tmp/pbench-test-tool-scripts/haproxy-ocp/tools-group/haproxy-ocp', missing |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,11 @@ | ||
iostat: Error, one of the following options is required, --install|--start|--stop|--postprocess | ||
|
||
The following options are available: | ||
-h|--help display this help message and exit | ||
|
||
--install verify this perf tool will work | ||
|
||
--start|stop|postprocess start/stop/postprocess the data collection | ||
-d str|--dir=str directory to store data collection (required) | ||
Tool-specific options - these may be specified when you register a tool: | ||
|
||
--interval=int number of seconds between each data collection (optional, default is 10 seconds) | ||
--options=str options passed directly to the tool (optional) | ||
|
||
-h|--help display this help message | ||
iostat: WARNING - postprocess - tool output directory, '/var/tmp/pbench-test-tool-scripts/iostat/tools-group/iostat', missing | ||
iostat: WARNING - stop - tool output directory, '/var/tmp/pbench-test-tool-scripts/iostat/tools-group/iostat', missing |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,12 @@ | ||
jmap: Error, one of the following options is required, --install|--start|--stop|--postprocess | ||
|
||
The following options are available: | ||
-h|--help display this help message and exit | ||
|
||
--install verify this perf tool will work | ||
|
||
--start|stop|postprocess start/stop/postprocess the data collection | ||
-d str|--dir=str directory to store data collection (required) | ||
Tool-specific options - these may be specified when you register a tool: | ||
|
||
--interval=int number of seconds between each data collection (optional, default is 10 seconds) | ||
--pid=int a process ID to jmap | ||
--pattern=str jmap any PID which name matches this string (via pgrep) | ||
|
||
-h|--help display this help message | ||
jmap: WARNING - postprocess - tool output directory, '/var/tmp/pbench-test-tool-scripts/jmap/tools-group/jmap', missing | ||
jmap: WARNING - stop - tool output directory, '/var/tmp/pbench-test-tool-scripts/jmap/tools-group/jmap', missing |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,12 @@ | ||
jstack: Error, one of the following options is required, --install|--start|--stop|--postprocess | ||
|
||
The following options are available: | ||
-h|--help display this help message and exit | ||
|
||
--install verify this perf tool will work | ||
|
||
--start|stop|postprocess start/stop/postprocess the data collection | ||
-d str|--dir=str directory to store data collection (required) | ||
Tool-specific options - these may be specified when you register a tool: | ||
|
||
--interval=int number of seconds between each data collection (optional, default is 10 seconds) | ||
--pid=int a process ID to jstack | ||
--pattern=str jstack any PID which name matches this string (via pgrep) | ||
|
||
-h|--help display this help message | ||
jstack: WARNING - postprocess - tool output directory, '/var/tmp/pbench-test-tool-scripts/jstack/tools-group/jstack', missing | ||
jstack: WARNING - stop - tool output directory, '/var/tmp/pbench-test-tool-scripts/jstack/tools-group/jstack', missing |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,10 @@ | ||
kvm-spinlock: Error, one of the following options is required, --install|--start|--stop|--postprocess | ||
|
||
The following options are available: | ||
-h|--help display this help message and exit | ||
|
||
--install verify this perf tool will work | ||
|
||
--start|stop|postprocess start/stop/postprocess the data collection | ||
-d str|--dir=str directory to store data collection (required) | ||
--interval=int number of seconds between each data collection (optional, default is 10 seconds) | ||
Tool-specific options - these may be specified when you register a tool: | ||
|
||
-h|--help display this help message | ||
--interval=int number of seconds between each data collection (optional, default is 10 seconds) | ||
kvm-spinlock: WARNING - postprocess - tool output directory, '/var/tmp/pbench-test-tool-scripts/kvm-spinlock/tools-group/kvm-spinlock', missing | ||
kvm-spinlock: WARNING - stop - tool output directory, '/var/tmp/pbench-test-tool-scripts/kvm-spinlock/tools-group/kvm-spinlock', missing |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,10 @@ | ||
kvmstat: Error, one of the following options is required, --install|--start|--stop|--postprocess | ||
|
||
The following options are available: | ||
-h|--help display this help message and exit | ||
|
||
--install verify this perf tool will work | ||
|
||
--start|stop|postprocess start/stop/postprocess the data collection | ||
-d str|--dir=str directory to store data collection (required) | ||
--interval=int number of seconds between each data collection (optional, default is 10 seconds) | ||
Tool-specific options - these may be specified when you register a tool: | ||
|
||
-h|--help display this help message | ||
--interval=int number of seconds between each data collection (optional, default is 10 seconds) | ||
kvmstat: WARNING - postprocess - tool output directory, '/var/tmp/pbench-test-tool-scripts/kvmstat/tools-group/kvmstat', missing | ||
kvmstat: WARNING - stop - tool output directory, '/var/tmp/pbench-test-tool-scripts/kvmstat/tools-group/kvmstat', missing |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,13 @@ | ||
kvmtrace: Error, one of the following options is required, --install|--start|--stop|--postprocess | ||
|
||
The following options are available: | ||
-h|--help display this help message and exit | ||
|
||
--install verify this perf tool will work | ||
|
||
--start|stop|postprocess start/stop/postprocess the data collection | ||
-d str|--dir=str directory to store data collection (required) | ||
Tool-specific options - these may be specified when you register a tool: | ||
|
||
--vm=str the hostname of the vm running (to get kallsyms) | ||
--timeout=int how long the trace will run (default is 1 second) | ||
If 0 is used, the trace will not stop until stop-tools is called | ||
--start-delay=int sleep this many seconds before starting the trace (default is 0 seconds) | ||
|
||
-h|--help display this help message | ||
kvmtrace: WARNING - postprocess - tool output directory, '/var/tmp/pbench-test-tool-scripts/kvmtrace/tools-group/kvmtrace', missing | ||
kvmtrace: WARNING - stop - tool output directory, '/var/tmp/pbench-test-tool-scripts/kvmtrace/tools-group/kvmtrace', missing |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,10 @@ | ||
lockstat: Error, one of the following options is required, --install|--start|--stop|--postprocess | ||
|
||
The following options are available: | ||
-h|--help display this help message and exit | ||
|
||
--install verify this perf tool will work | ||
|
||
--start|stop|postprocess start/stop/postprocess the data collection | ||
-d str|--dir=str directory to store data collection (required) | ||
Tool-specific options - these may be specified when you register a tool: | ||
|
||
-h|--help display this help message | ||
No tool-specific options for this tool | ||
lockstat: WARNING - postprocess - tool output directory, '/var/tmp/pbench-test-tool-scripts/lockstat/tools-group/lockstat', missing | ||
lockstat: WARNING - stop - tool output directory, '/var/tmp/pbench-test-tool-scripts/lockstat/tools-group/lockstat', missing |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,11 @@ | ||
mpstat: Error, one of the following options is required, --install|--start|--stop|--postprocess | ||
|
||
The following options are available: | ||
-h|--help display this help message and exit | ||
|
||
--install verify this perf tool will work | ||
|
||
--start|stop|postprocess start/stop/postprocess the data collection | ||
-d str|--dir=str directory to store data collection (required) | ||
Tool-specific options - these may be specified when you register a tool: | ||
|
||
--interval=int number of seconds between each data collection (optional, default is 10 seconds) | ||
--options=str options passed directly to the tool (optional) | ||
|
||
-h|--help display this help message | ||
mpstat: WARNING - postprocess - tool output directory, '/var/tmp/pbench-test-tool-scripts/mpstat/tools-group/mpstat', missing | ||
mpstat: WARNING - stop - tool output directory, '/var/tmp/pbench-test-tool-scripts/mpstat/tools-group/mpstat', missing |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,11 @@ | ||
numastat: Error, one of the following options is required, --install|--start|--stop|--postprocess | ||
|
||
The following options are available: | ||
-h|--help display this help message and exit | ||
|
||
--install verify this perf tool will work | ||
|
||
--start|stop|postprocess start/stop/postprocess the data collection | ||
-d str|--dir=str directory to store data collection (required) | ||
Tool-specific options - these may be specified when you register a tool: | ||
|
||
--interval=int number of seconds between each data collection (optional, default is 10 seconds) | ||
--pattern=str a pattern for matching which processes for reporting per-node memory allocation | ||
|
||
-h|--help display this help message | ||
numastat: WARNING - postprocess - tool output directory, '/var/tmp/pbench-test-tool-scripts/numastat/tools-group/numastat', missing | ||
numastat: WARNING - stop - tool output directory, '/var/tmp/pbench-test-tool-scripts/numastat/tools-group/numastat', missing |
Oops, something went wrong.