Created
January 21, 2015 21:07
-
-
Save berlotto/cb891e2fa57eaba79eaa to your computer and use it in GitHub Desktop.
Teste performance API http request
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
#Faz 10000 requisições com 100 usuários em parelelo/concorrência | |
ab -n 10000 -c 100 http://localhost/ | |
#http://httpd.apache.org/docs/2.0/programs/ab.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment