Skip to content

Instantly share code, notes, and snippets.

@hfreire
Last active August 22, 2018 20:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hfreire/6d36c6270059d3026e33c20b2d0ac04e to your computer and use it in GitHub Desktop.
Save hfreire/6d36c6270059d3026e33c20b2d0ac04e to your computer and use it in GitHub Desktop.
HTTP load testing with Vegeta
# Load test Aftonbladet's website with HTTP GET requests and show error report
echo "GET https://www.aftonbladet.se" | vegeta attack -duration=60s | tee results.bin | vegeta report
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment