Skip to content

Instantly share code, notes, and snippets.

@abarrak
Created January 16, 2017 18:57
Show Gist options
  • Select an option

  • Save abarrak/7a27f07d8d9b697bf1588ac6ff0b7b93 to your computer and use it in GitHub Desktop.

Select an option

Save abarrak/7a27f07d8d9b697bf1588ac6ff0b7b93 to your computer and use it in GitHub Desktop.
Apache Bench
# use -n to set number of reqs, and -c concurrent req at a time.
ab -n 5000 -c 20 http://example.com/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment