Skip to content

Commit 94ae6a4

Browse files
typo in readme file (#20)
1 parent 87d18ec commit 94ae6a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,12 @@ jplot --url http://:8080/debug/vars \
109109

110110
### Vegeta
111111

112-
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:
112+
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:
113113

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

0 commit comments

Comments
 (0)