Last active
May 7, 2020 08:09
-
-
Save behitek/b64ae2f7a1cc5efccaf2b148941ffff4 to your computer and use it in GitHub Desktop.
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 -t1 -c1 -d60 -R2000 -s benmark_asr_norm.lua http://localhost:8188/rev-norm | |
Running 1m test @ http://localhost:8188/rev-norm | |
1 threads and 1 connections | |
Thread calibration: mean lat.: 4777.174ms, rate sampling interval: 16793ms | |
Thread Stats Avg Stdev Max +/- Stdev | |
Latency 32.09s 13.43s 0.92m 56.86% | |
Req/Sec 160.50 2.50 163.00 100.00% | |
9686 requests in 1.00m, 2.78MB read | |
Requests/sec: 161.42 | |
Transfer/sec: 47.45KB | |
wrk -t1 -c150 -d60 -R200 -s benmark_asr_norm.lua http://localhost:8188/rev-norm | |
Running 1m test @ http://localhost:8188/rev-norm | |
1 threads and 150 connections | |
Thread calibration: mean lat.: 481.853ms, rate sampling interval: 4198ms | |
Thread Stats Avg Stdev Max +/- Stdev | |
Latency 7.74ms 1.65ms 22.69ms 73.64% | |
Req/Sec 199.73 0.45 200.00 100.00% | |
11997 requests in 1.00m, 3.44MB read | |
Socket errors: connect 0, read 0, write 0, timeout 150 | |
Requests/sec: 199.94 | |
Transfer/sec: 58.76KB | |
wrk -t1 -c300 -d60 -R300 -s benmark_asr_norm.lua http://localhost:8188/rev-norm | |
Running 1m test @ http://localhost:8188/rev-norm | |
1 threads and 300 connections | |
Thread calibration: mean lat.: 24.802ms, rate sampling interval: 97ms | |
Thread Stats Avg Stdev Max +/- Stdev | |
Latency 23.19ms 15.89ms 73.02ms 54.99% | |
Req/Sec 297.90 576.74 2.31k 88.78% | |
17701 requests in 1.00m, 5.08MB read | |
Requests/sec: 294.97 | |
Transfer/sec: 86.66KB | |
wrk -t1 -c400 -d60 -R400 -s benmark_asr_norm.lua http://localhost:8188/rev-norm | |
Running 1m test @ http://localhost:8188/rev-norm | |
1 threads and 400 connections | |
Thread calibration: mean lat.: 19.787ms, rate sampling interval: 90ms | |
Thread Stats Avg Stdev Max +/- Stdev | |
Latency 17.96ms 14.51ms 60.80ms 77.92% | |
Req/Sec 401.90 565.71 2.46k 89.29% | |
23600 requests in 1.00m, 6.77MB read | |
Requests/sec: 393.31 | |
Transfer/sec: 115.57KB | |
wrk -t1 -c500 -d60 -R500 -s benmark_asr_norm.lua http://localhost:8188/rev-norm | |
Running 1m test @ http://localhost:8188/rev-norm | |
1 threads and 500 connections | |
Thread calibration: mean lat.: 19.822ms, rate sampling interval: 100ms | |
Thread Stats Avg Stdev Max +/- Stdev | |
Latency 18.35ms 16.39ms 78.85ms 79.63% | |
Req/Sec 499.38 547.80 2.44k 87.76% | |
29400 requests in 1.00m, 8.44MB read | |
Requests/sec: 489.88 | |
Transfer/sec: 143.94KB |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment