[rrd-users] Re: 95th percentile reporting?
Dan.Byers at magma.ca
Dan.Byers at magma.ca
Mon May 16 21:43:57 MEST 2005
Pete,
the main idea is to do the following:
1) load an array that contains the set of data you want the 95th %'ile
from
2) sort the array (numerically)
3) calculate the index of the array that is 95% of the size of the array
(increment if not whole number)
4) use the element at that new index for your 95%'ile
that should get you going...
Pete Templin <petelists at templin.org>
Sent by: rrd-users-bounce at list.ee.ethz.ch
16/05/2005 03:19 PM
To
rrd-users at list.ee.ethz.ch
cc
Subject
[rrd-users] 95th percentile reporting?
List,
For those of you who bill customers based on 95th percentile traffic,
what methods are you using to retrieve the 95th percentile values from
your RRDs and hand the data to your billing engine?
pt
--
Unsubscribe mailto:rrd-users-request at list.ee.ethz.ch?subject=unsubscribe
Help mailto:rrd-users-request at list.ee.ethz.ch?subject=help
Archive http://lists.ee.ethz.ch/rrd-users
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
--
Unsubscribe mailto:rrd-users-request at list.ee.ethz.ch?subject=unsubscribe
Help mailto:rrd-users-request at list.ee.ethz.ch?subject=help
Archive http://lists.ee.ethz.ch/rrd-users
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
More information about the rrd-users
mailing list