Skip to content

Instantly share code, notes, and snippets.

@klizhentas
Created November 9, 2014 04:34
Show Gist options
  • Save klizhentas/c7ba443a569c4614b5e5 to your computer and use it in GitHub Desktop.
Save klizhentas/c7ba443a569c4614b5e5 to your computer and use it in GitHub Desktop.
WRK sample
./wrk -c 16 -d 10 -t 2 -R 13000 http://localhost:8181/
Running 10s test @ http://localhost:8181/
2 threads and 16 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 20.74ms 23.54ms 87.94ms 77.19%
Req/Sec -nan -nan 0.00 0.00%
129968 requests in 10.00s, 15.99MB read
Requests/sec: 12997.76
Transfer/sec: 1.60MB
@giltene
Copy link

giltene commented Nov 9, 2014

The calibration time in wrk2 is 10 seconds (I found that shorter tends to be very noisy). Since your run is only 10 seconds, thread stats have not yet started to collect. Try longer (e.g. 30 seconds).

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