Skip to content

Instantly share code, notes, and snippets.

@evansolomon
Created April 1, 2012 10:52
Show Gist options
  • Save evansolomon/2274535 to your computer and use it in GitHub Desktop.
Save evansolomon/2274535 to your computer and use it in GitHub Desktop.
Apache benchmark
sudo apt-get apache-dev
ab -n 10000 -c 1000 -H 'Host: domain.com' http://127.0.0.1/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment