Update README.md

This commit is contained in:
Tomás Senart
2013-09-23 02:23:59 +02:00
parent 4f1f4f3dfa
commit 9501458c75

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
$ cat results.vr | vegeta report -reporter=plot:timings > plot.svg
$ cat results.vr | vegeta report -reporter=plot > plot.html
```
## Usage manual