Skip to content

Commit

Permalink
report: Add example UNIX pipeline to filter errors out
Browse files Browse the repository at this point in the history
Signed-off-by: Tomás Senart <tsenart@gmail.com>
  • Loading branch information
tsenart committed Jul 16, 2023
1 parent 828ca3a commit 4f214b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions report.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Options:
Examples:
echo "GET http://:80" | vegeta attack -rate=10/s > results.gob
echo "GET http://:80" | vegeta attack -rate=100/s | vegeta encode > results.json
vegeta report < results.gob | rg -vU 'Error Set:.*' # Don't show errors
vegeta report results.*
`

Expand Down

0 comments on commit 4f214b7

Please sign in to comment.