Created
December 11, 2018 11:42
-
-
Save felipebergamaschi/160be3c910d13b4b897158bc9d901741 to your computer and use it in GitHub Desktop.
web server http stress test
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
| ./wrk -t4 -c1000 -d30s http://172.16.4.156/index.html | |
| ab -kc 1000 -n 100000 http://172.16.4.156/index.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment