Created
November 9, 2014 04:34
-
-
Save klizhentas/c7ba443a569c4614b5e5 to your computer and use it in GitHub Desktop.
WRK sample
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
./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 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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).