Created
January 16, 2017 18:57
-
-
Save abarrak/7a27f07d8d9b697bf1588ac6ff0b7b93 to your computer and use it in GitHub Desktop.
Apache Bench
This file contains hidden or 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
| # use -n to set number of reqs, and -c concurrent req at a time. | |
| ab -n 5000 -c 20 http://example.com/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment