Created
May 15, 2015 20:11
-
-
Save msmith-techempower/1fa7cb95f81bd8969bc6 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.86ms 702.77us 209.67ms 98.88% | |
Req/Sec 7.35k 687.41 11.00k 83.70% | |
4138590 requests in 14.99s, 5.29GB read | |
Socket errors: connect 0, read 0, write 0, timeout 3 | |
Requests/sec: 276003.93 | |
Transfer/sec: 361.13MB |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment