Last Updated: February 25, 2016
·
2.425K
· johannesboyne

wrk - a HTTP benchmarking tool

wrk is a small but powerfull http benchmarking tool!

https://github.com/wg/wrk

usage:

./wrk -t24 -c99 -d10s http://127.0.0.1:1337

running for 10 seconds, using 24 threads, and keeping 99 HTTP connections open.