Skip to content

Instantly share code, notes, and snippets.

@j1n6
Last active December 18, 2015 22:08
Show Gist options
  • Save j1n6/5852036 to your computer and use it in GitHub Desktop.
Save j1n6/5852036 to your computer and use it in GitHub Desktop.
Apache Bench requests
# ulimit -n 1000
ab -n 1000 -c 1000 -p request.json -T "application/json; charset=utf-8" http://localhost:3004/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment