Skip to content

Commit

Permalink
PBENCH-1155 (#3430)
Browse files Browse the repository at this point in the history
Add End-to-end Workflow
  • Loading branch information
riya-17 authored May 24, 2023
1 parent 5f1d2c0 commit 5b2e9ed
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/Agent/user-guide/guides/end-to-end-workflow.md
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

0 comments on commit 5b2e9ed

Please sign in to comment.