-
Notifications
You must be signed in to change notification settings - Fork 405
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
mloginfo --queries returns impossible 95%-ile (greater than sum) #791
Comments
@ScubaDrew Thanks for the bug report. 95%-ile and max should be less than the sum, so something is definitely amiss. |
Added example log entry. Maybe we have some bizarre log format throwing things off. |
Same problem
Have Docs say the table is sorted by |
Same problem - even count*min would give way bigger values |
Some of the column headings are mismatched. Corrected order: - 'mean (ms)', '95%-ile (ms)', 'sum (ms)',
+ '95%-ile (ms)', 'sum (ms)', 'mean (ms)', This will be fixed in the mtools 1.6.4 release |
Expected behavior
running mloginfo --queries should return 95%-ile (ms) that is accurate. It must be less than the sum (ms) field, right?
Actual/current behavior
95%-ile (ms) is very large (157083118 in first line below) and is much larger than the sum (ms) field
Example Log Entry:
Environment
The text was updated successfully, but these errors were encountered: