Skip to content

Instantly share code, notes, and snippets.

@trustin
Created June 4, 2013 08:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trustin/5704422 to your computer and use it in GitHub Desktop.
Save trustin/5704422 to your computer and use it in GitHub Desktop.
4 + less_footprint:
===================
$ wrk -c 1 -d 3m -t 1 --latency http://localhost:8080/
Running 3m test @ http://localhost:8080/
1 threads and 1 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 26.51us 76.35us 0.98ms 99.25%
Req/Sec 40.01k 81.60 41.00k 99.33%
Latency Distribution
50% 19.00us
75% 20.00us
90% 23.00us
99% 43.00us
7285334 requests in 3.00m, 2.31GB read
Requests/sec: 40474.08
Transfer/sec: 13.16MB
3:
==
$ wrk -c 1 -d 3m -t 1 --latency http://localhost:8088/
Running 3m test @ http://localhost:8088/
1 threads and 1 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 27.04us 105.25us 3.39ms 98.76%
Req/Sec 39.98k 231.37 41.00k 98.76%
Latency Distribution
50% 19.00us
75% 20.00us
90% 23.00us
99% 354.00us
7283472 requests in 3.00m, 2.20GB read
Requests/sec: 40463.75
Transfer/sec: 12.54MB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment