[rrd-users] Re: question regarding max/min
Alex van den Bogaerdt
alex at slot.hollandcasino.nl
Fri Sep 28 00:59:01 MEST 2001
David Gabler wrote:
> I have been reading the manuals and tutorial but for the life of me can not
> seem to understand max/min. I know that it is the max min values but what I
> am unsure about is how the data is stored. If I was to say
> RRA:MAX:0.5:1:100 (with a default step of 300) would it keep 100 5 minute
> maximums? But if that is so it does not make sense. The reason I say that
> is I am just keeping the last 100 entries which makes absolutely no sense.
> <- where I get confused.
MIN and MAX are better understood when you start consolidating.
a) RRA:MAX:0.5:2:100
b) RRA:MIN:0.5:2:100
c) RRA:AVERAGE:0.5:2:100
consolidating two values, 1000 and 2000, results in:
a) 2000 this is max(1000,2000)
b) 1000 this is avg(1000,2000)
c) 1500 this is min(1000,2000)
Of course, "consolidating" only one value does not do much.
See also the faq site (http://faq.mrtg.org/) for more information,
especially the 2nd entry on the main page.
cheers,
--
__________________________________________________________________
/ alex at slot.hollandcasino.nl alex at ergens.op.het.net \
| work private |
| My employer is capable of speaking therefore I speak only for myself |
+----------------------------------------------------------------------+
| Technical questions sent directly to me will be nuked. Use the list. |
+----------------------------------------------------------------------+
| http://faq.mrtg.org/ |
| http://rrdtool.eu.org --> tutorial |
+----------------------------------------------------------------------+
--
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://www.ee.ethz.ch/~slist/rrd-users
WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
More information about the rrd-users
mailing list