This is a discussion on [rrd-users] Re: 95th percentile reporting? within the RRD Users forums, part of the Networking and Network Related category; Pete, the main idea is to do the following: 1) load an array that contains the set of data you ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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@templin.org> Sent by: rrd-users-bounce@list.ee.ethz.ch 16/05/2005 03:19 PM To rrd-users@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@list.ee.ethz.ch?subject=unsubscribe Help mailto:rrd-users-request@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@list.ee.ethz.ch?subject=unsubscribe Help mailto:rrd-users-request@list.ee.ethz.ch?subject=help Archive http://lists.ee.ethz.ch/rrd-users WebAdmin http://lists.ee.ethz.ch/lsg2.cgi |