Skip to content

Commit

Permalink
typo in readme file (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
chandanpasunoori authored Dec 27, 2022
1 parent 87d18ec commit 94ae6a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,12 @@ jplot --url http://:8080/debug/vars \

### Vegeta

With the help of [jplot](https://github.com/rs/jplot) can be used to integrate [vegeta](https://github.com/tsenart/vegeta) with jplot as follow:
With the help of [jaggr](https://github.com/rs/jaggr) can be used to integrate [vegeta](https://github.com/tsenart/vegeta) with jplot as follow:

```
echo 'GET http://localhost:8080' | \
vegeta attack -rate 5000 -workers 100 -duration 10m | vegeta dump | \
jplot @count=rps \
jaggr @count=rps \
hist\[100,200,300,400,500\]:code \
p25,p50,p95:latency \
sum:bytes_in \
Expand Down

0 comments on commit 94ae6a4

Please sign in to comment.