microservices-framework-benchmark icon indicating copy to clipboard operation
microservices-framework-benchmark copied to clipboard

More latencies

Open vietj opened this issue 7 years ago • 3 comments

In the actual result I only see the AVG latencies. I would expect the high percentiles and the max.

vietj avatar Mar 28 '17 15:03 vietj

@vietj There are details if you stroll down in the README and here is an example. wrk has other options to output different data if you are interested in running it yourself. Thanks.

steve@joy:~/tool/wrk$ wrk -t4 -c128 -d30s http://localhost:8080 -s pipeline.lua --latency -- / 16
Running 30s test @ http://localhost:8080
  4 threads and 128 connections
  Thread Stats   Avg      Stdev     Max   +/- Stdev
    Latency     2.36ms    3.55ms  53.35ms   89.03%
    Req/Sec   338.18k    49.76k  717.09k    76.64%
  Latency Distribution
     50%    1.05ms
     75%    2.48ms
     90%    6.35ms
     99%   17.28ms
  40436304 requests in 30.08s, 4.97GB read
Requests/sec: 1344512.65
Transfer/sec:    169.25MB

stevehu avatar Mar 28 '17 15:03 stevehu

yes I'm just saying it would be nice to display them in the README page as well

vietj avatar Mar 28 '17 16:03 vietj

I know you mean to put into the table. Yes. that will be ideal once I have time. And I would be so happy to merge it if you could help to create a pull request. Thanks.

stevehu avatar Mar 28 '17 17:03 stevehu