Skip to content

Instantly share code, notes, and snippets.

@felipebergamaschi
Created December 11, 2018 11:42
Show Gist options
  • Save felipebergamaschi/160be3c910d13b4b897158bc9d901741 to your computer and use it in GitHub Desktop.
Save felipebergamaschi/160be3c910d13b4b897158bc9d901741 to your computer and use it in GitHub Desktop.
web server http stress test
./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