Skip to content

Instantly share code, notes, and snippets.

@jdecode
Last active May 1, 2020 09:54
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 jdecode/7999c5a679fa1492120c35751578bb13 to your computer and use it in GitHub Desktop.
Save jdecode/7999c5a679fa1492120c35751578bb13 to your computer and use it in GitHub Desktop.
Load testing using Apache Bench (ab)

200 simultaneous request should start to be heavy for your server, making 5K requests in total

ab -c 200 -n 5000 -r https://website.com/

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