Skip to content

Instantly share code, notes, and snippets.

@tailhook
Created March 17, 2016 20:48
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 tailhook/735a836a8b1c0750d7a7 to your computer and use it in GitHub Desktop.
Save tailhook/735a836a8b1c0750d7a7 to your computer and use it in GitHub Desktop.
> ~/wrk -t 2 -c 20 -d 60 http://localhost:3000 --latency
Running 1m test @ http://localhost:3000
2 threads and 20 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 0.87ms 26.71us 1.62ms 94.77%
Req/Sec 11.44k 279.33 11.71k 93.26%
Latency Distribution
50% 0.86ms
75% 0.87ms
90% 0.88ms
99% 0.99ms
1368413 requests in 1.00m, 71.78MB read
Requests/sec: 22769.12
Transfer/sec: 1.19MB
> ssh other-host
> ~/wrk -c 20 -d 60 http://hostname:3000 --latency
Running 1m test @ http://hostname:3000
2 threads and 20 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 1.15ms 2.13ms 201.38ms 99.88%
Req/Sec 7.57k 472.20 9.06k 87.94%
Latency Distribution
50% 1.18ms
75% 1.24ms
90% 1.42ms
99% 2.35ms
905493 requests in 1.00m, 47.50MB read
Requests/sec: 15066.52
Transfer/sec: 809.24KB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment