Skip to content

Instantly share code, notes, and snippets.

@Abhinickz
Forked from Integralist/vegeta load test.sh
Last active January 2, 2019 12:12
Show Gist options
  • Save Abhinickz/97ab6aadb11be72eff37cf60b9f88e23 to your computer and use it in GitHub Desktop.
Save Abhinickz/97ab6aadb11be72eff37cf60b9f88e23 to your computer and use it in GitHub Desktop.
Vegeta load test example https://github.com/tsenart/vegeta
echo "GET http://google.com" | vegeta attack -duration=5s -rate=2 -cert=/path/to/certificate.pem | tee results.bin | vegeta report
cat results.bin | vegeta plot > plot.html
@Abhinickz
Copy link
Author

cat results.bin | vegeta report --type=plot > plot.html
Error:
2019/01/02 17:27:15 The plot reporter has been deprecated and succeeded by the vegeta plot command

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment