Skip to content

Instantly share code, notes, and snippets.

@jsonmaur
Last active June 27, 2017 16:45
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 jsonmaur/0cd0d3bf8de747c4fc2e2ea49efb8a0e to your computer and use it in GitHub Desktop.
Save jsonmaur/0cd0d3bf8de747c4fc2e2ea49efb8a0e to your computer and use it in GitHub Desktop.
For simple load testing
#/bin/bash
URL=$1
ab -n 10000 -c 15 $URL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment