Created
May 15, 2015 20:10
-
-
Save msmith-techempower/98f5ad81ddef7152f041 to your computer and use it in GitHub Desktop.
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
techempower@lg01:~$ wrk -H 'Host: localhost' -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' -H 'Connection: keep-alive' -d 15 -c 256 --timeout 256 -t 40 http://10.0.3.2:8080/fortunes | |
Running 15s test @ http://10.0.3.2:8080/fortunes | |
40 threads and 256 connections | |
Thread Stats Avg Stdev Max +/- Stdev | |
Latency 0.92ms 184.23us 6.85ms 90.82% | |
Req/Sec 6.86k 519.58 8.78k 74.60% | |
3887807 requests in 14.99s, 4.97GB read | |
Requests/sec: 259284.02 | |
Transfer/sec: 339.26MB |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment