-
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.
Add End-to-end Workflow
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
### End-to-End Workflow | ||
|
||
Each command in pbench-agent accepts the `--help` option and outputs a brief usage message | ||
|
||
The default set of tools for data collection can be enabled with | ||
|
||
$pbench-register-tool-set | ||
|
||
To list all your registered tools | ||
|
||
$pbench-list-tools | ||
|
||
You may then perform a built-in benchmark by running it's Pbench script | ||
|
||
$pbench-user-benchmark – sleep 10 | ||
|
||
The above command will collect data from the registered tools for the specified time period and save it in the `/var/lib/pbench-agent` directory. | ||
|
||
To move the results, the outcomes are tarred and sent to the configured pbench-server with | ||
|
||
$pbench-results-move |