Created
November 4, 2013 20:06
-
-
Save clone1018/7308449 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
root@ubuntu:~/wrk# ./wrk -t12 -c400 -d10s https://minotar.net/avatar/clone1018.png | |
Running 10s test @ https://minotar.net/avatar/clone1018.png | |
12 threads and 400 connections | |
Thread Stats Avg Stdev Max +/- Stdev | |
Latency 84.20ms 73.33ms 416.75ms 92.37% | |
Req/Sec 419.12 137.76 0.85k 73.61% | |
40983 requests in 10.00s, 61.75MB read | |
Socket errors: connect 0, read 0, write 0, timeout 40 | |
Requests/sec: 4098.10 | |
Transfer/sec: 6.17MB | |
root@ubuntu:~/wrk# ./wrk -t12 -c400 -d10s https://gittip.whit537.org/assets/reset.css | |
Running 10s test @ https://gittip.whit537.org/assets/reset.css | |
12 threads and 400 connections | |
Thread Stats Avg Stdev Max +/- Stdev | |
Latency 2.57s 3.24s 9.36s 79.28% | |
Req/Sec 16.97 9.45 52.00 64.33% | |
2041 requests in 10.00s, 2.28MB read | |
Socket errors: connect 0, read 0, write 0, timeout 854 | |
Requests/sec: 204.07 | |
Transfer/sec: 233.42KB |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment