Created
November 4, 2013 20:15
-
-
Save clone1018/7308554 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 -t2 -c20 -d10s https://www.gittip.com/ | |
Running 10s test @ https://www.gittip.com/ | |
2 threads and 20 connections | |
Thread Stats Avg Stdev Max +/- Stdev | |
Latency 1.71s 712.82ms 2.22s 100.00% | |
Req/Sec 7.00 0.00 7.00 100.00% | |
71 requests in 10.00s, 1.93MB read | |
Socket errors: connect 0, read 0, write 0, timeout 27 | |
Requests/sec: 7.10 | |
Transfer/sec: 197.46KB | |
root@ubuntu:~/wrk# ./wrk -t2 -c20 -d10s https://minotar.net/ | |
Running 10s test @ https://minotar.net/ | |
2 threads and 20 connections | |
Thread Stats Avg Stdev Max +/- Stdev | |
Latency 16.96ms 18.38ms 270.86ms 98.75% | |
Req/Sec 592.47 96.68 777.00 67.82% | |
11597 requests in 10.00s, 108.57MB read | |
Requests/sec: 1159.71 | |
Transfer/sec: 10.86MB |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
root@ubuntu:~/wrk# ./wrk -t2 -c20 -d10s http://axxim.net/assets/js/jquery.js
Running 10s test @ http://axxim.net/assets/js/jquery.js
2 threads and 20 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 90.45ms 37.77ms 228.60ms 54.41%
Req/Sec 111.03 23.91 166.00 73.53%
2157 requests in 10.00s, 192.56MB read
Requests/sec: 215.69
Transfer/sec: 19.26MB