Bug #6015
closed95th percentile numbers wrong in monitoring graph
0%
Description
status_monitoring.php's 95th percentile numbers are way off for at least inpass and outpass total. For instance, the most recent period on my WAN graph right now (attached) has a 95th percentile of 9 Kbps, while the inpass total (which should be barely more) is 2.94 Mbps 95th. The latter number may be correct, or at least is much closer to correct. The outpass total 95th is lower than the outpass, which is impossible.
Files
Updated by Jared Dillard over 8 years ago
- Status changed from Confirmed to Feedback
It turns out "outblock6" was missing and might have thrown things off. I fixed that issue and it may have fixed the 95th percentile issue (I was unable to find a system that could replicate so far).
Updated by Jared Dillard over 8 years ago
I added a CSV export option so we can double check the numbers if you want to give that a shot.
Updated by Jared Dillard over 8 years ago
It was sorting alphabetically, instead of numerically, before calculating the percentile. It sorts appropriately now and displays the correct percentile.
Updated by Chris Buechler over 8 years ago
this appears to be sane now. I still need to verify some additional data sets.