``` ~/source_ext/wrk/wrk -t6 -c200 -d30s --latency...
# ktor
r
Copy code
~/source_ext/wrk/wrk -t6 -c200 -d30s --latency --timeout 2s <http://localhost:3000/>
Running 30s test @ <http://localhost:3000/>
  6 threads and 200 connections
  Thread Stats   Avg      Stdev     Max   +/- Stdev
    Latency    41.04ms   42.10ms 251.65ms   83.44%
    Req/Sec   370.60    485.10     2.83k    89.44%
  Latency Distribution
     50%   24.20ms
     75%   68.57ms
     90%   99.14ms
     99%  171.86ms
  28582 requests in 30.09s, 3.03MB read
  Socket errors: connect 353, read 28582, write 0, timeout 0
Requests/sec:    950.01
Transfer/sec:    102.98KB