Update README.md

This commit is contained in:
Tomás Senart
2013-09-12 13:21:14 +01:00
parent 61a3f21905
commit eaf34244f6

View File

@@ -26,7 +26,7 @@ $ go install github.com/tsenart/vegeta
$ echo "GET http://localhost/" | vegeta attack -rate=100 -duration=5s | vegeta report
$ vegeta attack -targets=targets.txt > results.vr
$ vegeta report -input=results.vr -reporter=json > metrics.json
$ vegeta report -input=results.vr -reporter=plot:timings > plot.svg
$ cat results.vr | vegeta report -reporter=plot:timings > plot.svg
```
## Usage manual