Value in latency histogram is larger than latency max value, wrong computation or wrong interpretation? #41
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
question
Further information is requested
For some latency values, the max value is lower than the maximum value in the histogram:
File latency = 5.30 ms
max value in Files lat hist = 5.792 ms
The same is valid for the IO latency values:
max IO latency = 196 us
max value in IO lat hist = 216 us
Do I misinterpret the values, or is there something wrong with the computation of the values?
Assuming that the history values are really measured values, this would mean that some or all max values are wrong and that design decisions based on the max value would not be correct, since latency based long-distance architectures could be statistically significantly wrong, even if measured with a very high number of measurements. In the IO values (with a very small lot), the measurement error is ~ 10%
The text was updated successfully, but these errors were encountered: