Created
July 11, 2014 10:12
-
-
Save normanmaurer/8e83da6f399ffecde880 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
| [nmaurer@xxx]~% wrk/wrk -H 'Host: localhost' -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' -H 'Connection: keep-alive' -d 120 -c 256 -t 16 --pipeline 256 http://xxx.xxx.xxx.xxx:8080/plaintext | |
| Running 2m test @ http://xxx.xxx.xxx.xxx:xxx/plaintext | |
| 16 threads and 256 connections | |
| Thread Stats Avg Stdev Max +/- Stdev | |
| Latency 26.41ms 74.30ms 1.71s 98.21% | |
| Req/Sec 196.44k 29.40k 300.45k 84.58% | |
| 373263661 requests in 2.00m, 50.41GB read | |
| Requests/sec: 3110547.69 | |
| Transfer/sec: 430.14MB |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment