Skip to content

Commit

Permalink
adding an example to README
Browse files Browse the repository at this point in the history
  • Loading branch information
zveinn committed Oct 10, 2024
1 parent 8f52b02 commit 5cb4cf2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,9 @@ NOTE: Be careful not to re-use the ID's if you care about fetching results at a

```bash
# get test results
./hperf get --hosts 1.1.1.{1...100} --id [my_test_id]
./hperf stat --hosts 1.1.1.{1...100} --id [my_test_id]
# save test results
./hperf stat --hosts 1.1.1.{1...100} --id [my_test_id] --output /tmp/file

# listen in on a running test
./hperf listen --hosts 1.1.1.{1...100} --id [my_test_id]
Expand Down

0 comments on commit 5cb4cf2

Please sign in to comment.