Skip to content

Instantly share code, notes, and snippets.

@alexniver
Created April 9, 2016 18:23
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 alexniver/bb1438fb7f1c30547992ee870706bf0a to your computer and use it in GitHub Desktop.
Save alexniver/bb1438fb7f1c30547992ee870706bf0a to your computer and use it in GitHub Desktop.
apt-get install apache2-utils
ab -n <num_requests> -c <concurrency> <addr>:<port><path>
ab -n 1000 -c 100 http://localhost:8080/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment