author | Florian Forster <ff@octo.it> | |
Wed, 19 Nov 2014 16:59:33 +0000 (17:59 +0100) | ||
committer | Florian Forster <ff@octo.it> | |
Wed, 19 Nov 2014 16:59:33 +0000 (17:59 +0100) | ||
commit | 90d8073be335e68bbe4e03b67c0286df475f0b49 | |
tree | cf48fe799470dfe317f375824273aa381bcabd20 | tree | snapshot |
parent | aee9560f9e3e1020b39d2d7e63cd057b3288a347 | commit | diff |
src/oping.c: Rewrite of the percentile code.
Rather than bucketizing RTTs and approximating the percentile, keep the
last 900 replies (15 minutes by default) in memory and calculate the
percentile from that.
This allows the "prettyping" graph to "move to the left", which is a much
nicer user experience IMHO.
Rather than bucketizing RTTs and approximating the percentile, keep the
last 900 replies (15 minutes by default) in memory and calculate the
percentile from that.
This allows the "prettyping" graph to "move to the left", which is a much
nicer user experience IMHO.
src/mans/oping.pod | diff | blob | history | |
src/oping.c | diff | blob | history |