Skip to content

Instantly share code, notes, and snippets.

@kellabyte
Created November 12, 2014 15:19
Show Gist options
  • Save kellabyte/2055b451a924808aa539 to your computer and use it in GitHub Desktop.
Save kellabyte/2055b451a924808aa539 to your computer and use it in GitHub Desktop.
./wrk --script ./get.lua --latency -d 30s -t 8 -c 32 -R 30000 http://server:8000 -- 64
Running 30s test @ http://server:8000
8 threads and 32 connections
Thread calibration: mean lat.: 776.155ms, rate sampling interval: 2844ms
Thread calibration: mean lat.: 2560.296ms, rate sampling interval: 9338ms
Thread calibration: mean lat.: 1820.471ms, rate sampling interval: 6823ms
Thread calibration: mean lat.: 467.598ms, rate sampling interval: 1831ms
Thread calibration: mean lat.: 2186.486ms, rate sampling interval: 8626ms
Thread calibration: mean lat.: 2698.650ms, rate sampling interval: 9633ms
Thread calibration: mean lat.: 707.204ms, rate sampling interval: 2703ms
Thread calibration: mean lat.: 1011.486ms, rate sampling interval: 3377ms
Thread Stats Avg Stdev Max +/- Stdev
Latency 10.24s 3.01s 16.81s 59.29%
Req/Sec 4.72k 14.19k 58.81k 89.19%
Latency Distribution (HdrHistogram - Recorded Latency)
50.000% 10.21s
75.000% 12.87s
90.000% 14.24s
99.000% 16.46s
99.900% 16.83s
99.990% 16.83s
99.999% 16.83s
100.000% 16.83s
Detailed Percentile spectrum:
Value Percentile TotalCount 1/(1-Percentile)
5287.935 0.000000 61 1.00
6111.231 0.100000 2780 1.11
7159.807 0.200000 5475 1.25
8097.791 0.300000 8215 1.43
9134.079 0.400000 10913 1.67
10207.231 0.500000 13641 2.00
10747.903 0.550000 14998 2.22
11263.999 0.600000 16404 2.50
11821.055 0.650000 17733 2.86
12353.535 0.700000 19136 3.33
12869.631 0.750000 20471 4.00
13025.279 0.775000 21135 4.44
13279.231 0.800000 21898 5.00
13500.415 0.825000 22514 5.71
13778.943 0.850000 23179 6.67
14000.127 0.875000 23871 8.00
14106.623 0.887500 24202 8.89
14237.695 0.900000 24561 10.00
14360.575 0.912500 24919 11.43
14508.031 0.925000 25333 13.33
14639.103 0.937500 25565 16.00
14729.215 0.943750 25741 17.78
14794.751 0.950000 25922 20.00
14901.247 0.956250 26077 22.86
15155.199 0.962500 26249 26.67
15425.535 0.968750 26436 32.00
15597.567 0.971875 26528 35.56
15728.639 0.975000 26594 40.00
15843.327 0.978125 26675 45.71
16015.359 0.981250 26803 53.33
16056.319 0.984375 26850 64.00
16105.471 0.985938 26891 71.11
16285.695 0.987500 26934 80.00
16457.727 0.989062 27004 91.43
16465.919 0.990625 27018 106.67
16539.647 0.992188 27082 128.00
16539.647 0.992969 27082 142.22
16613.375 0.993750 27116 160.00
16662.527 0.994531 27146 182.86
16662.527 0.995313 27146 213.33
16703.487 0.996094 27169 256.00
16744.447 0.996484 27182 284.44
16793.599 0.996875 27200 320.00
16793.599 0.997266 27200 365.71
16826.367 0.997656 27269 426.67
16826.367 1.000000 27269 inf
#[Mean = 10244.982, StdDeviation = 3013.255]
#[Max = 16809.984, Total count = 27269]
#[Buckets = 27, SubBuckets = 2048]
----------------------------------------------------------
4172735 requests in 30.04s, 0.87GB read
Socket errors: connect 0, read 2791, write 0, timeout 383
Non-2xx or 3xx responses: 46630
Requests/sec: 138919.58
Transfer/sec: 29.63MB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment