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

percentiles in /stats/requests? #318

Closed
ghost opened this issue Aug 12, 2015 · 3 comments
Closed

percentiles in /stats/requests? #318

ghost opened this issue Aug 12, 2015 · 3 comments

Comments

@ghost
Copy link

ghost commented Aug 12, 2015

Do you think it would be a good idea to include percentiles in /stats/requests? There is some argument that average/median response times can be misleading and percentiles (eg. 50, 75, 95, 99) are a more accurate representation of performance?

@cgoldberg
Copy link
Member

+1
median is a percentile (50th)... but I agree percentiles are much more telling than an average.

@ghost
Copy link
Author

ghost commented Aug 12, 2015

@cgoldberg

median is a percentile (50th)

Thanks for the correction

@ghost
Copy link
Author

ghost commented Sep 2, 2015

I can get this information from

>>> import requests
>>> path = 'http://localhost:8089/stats/distribution/csv'
>>> requests.get(path).content
'"Name","# requests","50%","66%","75%","80%","90%","95%","98%","99%","100%"\n"GET /get",287,82,82,83,83,84,86,89,94,544\n"None Total",287,82,82,83,83,84,86,89,94,544'

@ghost ghost closed this as completed Sep 2, 2015
This issue was closed.
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

1 participant