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

Missing '99.99' latency percentile #179

Closed
mmichal10 opened this issue Mar 6, 2020 · 0 comments · Fixed by #263
Closed

Missing '99.99' latency percentile #179

mmichal10 opened this issue Mar 6, 2020 · 0 comments · Fixed by #263
Labels
bug Something isn't working

Comments

@mmichal10
Copy link

When printing trace statistics (iotrace -P -S -p <trace_path>), value of 99.900000th latency percentile is missing.
"latency": { "unit": "ns", "average": "8094", "min": "6851", "max": "5929010", "count": "262144", "total": "2121846323", "percentiles": { "90.000000th": 12288, "99.900000th": 6291456, "99.000000th": 24576 } }
Also notice that size percentiles are printed correct:
"size": { "unit": "sector", "average": "8", "min": "8", "max": "8", "count": "262144", "total": "2097152", "percentiles": { "99.000000th": 9.5, "90.000000th": 8.5, "99.900000th": 10.5, "99.990000th": 11.5 }

@mariuszbarczak mariuszbarczak added the bug Something isn't working label Mar 9, 2020
mmkayPL added a commit to mmkayPL/standalone-linux-io-tracer that referenced this issue Jul 13, 2020
Fixes Open-CAS#179

Signed-off-by: Mateusz Kozlowski <mateusz.kozlowski@intel.com>
mariuszbarczak pushed a commit that referenced this issue Jul 14, 2020
Fixes #179

Signed-off-by: Mateusz Kozlowski <mateusz.kozlowski@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants