top | item 25157564

Percentiles are incorrect P99 of the times

8 points| meson10 | 5 years ago |medium.com | reply

2 comments

order
[+] btilly|5 years ago|reply
A giant problem is that people want to see reported what their 95% latency is. This is a complicated number that does not aggregate easily. Because as the article says, you need the whole dataset to calculate it.

By contrast we can ask what percentage of records is over 400 ms. This is a simple number. And if we simply keep track of how many requests there were and how many are slow, this is a simple thing to aggregate and a simple thing to calculate.

[+] meson10|5 years ago|reply
Correct, you are absolutely right. Rather than asking "what is my P95" It should be "How much is slower than 400"