Skip to content

Instantly share code, notes, and snippets.

@bingeboy
Created April 8, 2014 05:40
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 bingeboy/10094773 to your computer and use it in GitHub Desktop.
Save bingeboy/10094773 to your computer and use it in GitHub Desktop.
Apache AB benchmark test
#if you are on osx and use brew tap formula needed.
$ ab -n 10000 -c 100 http://yahoo.com/
# this will make 10,000 requests with 100 concurrent connections.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment