Created
July 1, 2014 08:38
-
-
Save zuigon/aff828061849d710b27b to your computer and use it in GitHub Desktop.
This file contains 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
[bkrsta@core][$ wrk -c 10 -d10 -t4 http://localhost/ ][~ 10:36] | |
Running 10s test @ http://localhost/ | |
4 threads and 10 connections | |
Thread Stats Avg Stdev Max +/- Stdev | |
Latency 163.69us 598.67us 18.43ms 99.39% | |
Req/Sec 14.68k 3.20k 29.67k 83.14% | |
552164 requests in 10.00s, 477.52MB read | |
Requests/sec: 55227.58 | |
Transfer/sec: 47.76MB | |
[bkrsta@core][$ wrk -c 1000 -d10 -t4 http://localhost/ ][~ 10:36] | |
Running 10s test @ http://localhost/ | |
4 threads and 1000 connections | |
Thread Stats Avg Stdev Max +/- Stdev | |
Latency 42.10ms 341.31ms 4.83s 99.08% | |
Req/Sec 12.27k 4.39k 38.00k 71.51% | |
467499 requests in 10.00s, 404.53MB read | |
Socket errors: connect 0, read 227, write 0, timeout 917 | |
Requests/sec: 46757.02 | |
Transfer/sec: 40.46MB |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment