Code

src/oping.c: Rewrite of the percentile code.
authorFlorian Forster <ff@octo.it>
Wed, 19 Nov 2014 16:59:33 +0000 (17:59 +0100)
committerFlorian Forster <ff@octo.it>
Wed, 19 Nov 2014 16:59:33 +0000 (17:59 +0100)
commit90d8073be335e68bbe4e03b67c0286df475f0b49
treecf48fe799470dfe317f375824273aa381bcabd20
parentaee9560f9e3e1020b39d2d7e63cd057b3288a347
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.
src/mans/oping.pod
src/oping.c