Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More latencies #21

Open
vietj opened this issue Mar 28, 2017 · 3 comments
Open

More latencies #21

vietj opened this issue Mar 28, 2017 · 3 comments

Comments

@vietj
Copy link

vietj commented Mar 28, 2017

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

@stevehu
Copy link
Contributor

stevehu commented Mar 28, 2017

@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

@vietj
Copy link
Author

vietj commented Mar 28, 2017

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

@stevehu
Copy link
Contributor

stevehu commented Mar 28, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants