Skip to content

Instantly share code, notes, and snippets.

@clone1018
Created November 4, 2013 20:15
Show Gist options
  • Save clone1018/7308554 to your computer and use it in GitHub Desktop.
Save clone1018/7308554 to your computer and use it in GitHub Desktop.
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
@clone1018
Copy link
Author

root@ubuntu:~/wrk# ./wrk -t2 -c20 -d10s https://www.gittip.com/assets/reset.css
Running 10s test @ https://www.gittip.com/assets/reset.css
2 threads and 20 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 117.76ms 161.57ms 1.09s 90.00%
Req/Sec 79.80 23.43 136.00 56.67%
1137 requests in 10.00s, 1.28MB read
Socket errors: connect 0, read 0, write 0, timeout 21
Requests/sec: 113.69
Transfer/sec: 130.91KB

@clone1018
Copy link
Author

root@ubuntu:~/wrk# ./wrk -t2 -c20 -d10s https://gittip.whit537.org/assets/reset.css
Running 10s test @ https://gittip.whit537.org/assets/reset.css
2 threads and 20 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 139.44ms 210.93ms 1.40s 92.59%
Req/Sec 84.35 22.32 130.00 64.81%
1703 requests in 10.00s, 1.90MB read
Socket errors: connect 0, read 1, write 0, timeout 0
Requests/sec: 170.30
Transfer/sec: 194.83KB

@clone1018
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment