Skip to content

Instantly share code, notes, and snippets.

@berlotto
Created January 21, 2015 21:07
Show Gist options
  • Save berlotto/cb891e2fa57eaba79eaa to your computer and use it in GitHub Desktop.
Save berlotto/cb891e2fa57eaba79eaa to your computer and use it in GitHub Desktop.
Teste performance API http request
#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