Skip to content

Instantly share code, notes, and snippets.

@Gregg
Created June 23, 2009 16:51
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Gregg/134672 to your computer and use it in GitHub Desktop.
Save Gregg/134672 to your computer and use it in GitHub Desktop.
# Apache bench sample
$ ab -n 400 -c 10 http://127.0.0.1:3000/posts
# httperf sample
$ httperf --num-conns=100 --rate=10 --timeout=5
--server=localhost --port=3000 --uri=/posts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment