Last active
June 27, 2017 16:45
-
-
Save jsonmaur/0cd0d3bf8de747c4fc2e2ea49efb8a0e to your computer and use it in GitHub Desktop.
For simple load testing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#/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