> I wonder if there is anyway that I can make current and max > be the absolute (or actual) max/current values entered into > the rrd database? > > I realize that using test.rrd:M:AVERAGE ask for the average > values, but I have tried with MAX and it made no difference. >
When you choose a time span that is fully within the boundaries of your highest res RRA, MAX will be the same as AVERAGE. When values from a high res RRA travel to a lower res RRA that has a bigger time span, multiple rows will be consolidated. That is the point where the MAX and the AVERAGE RRA will begin To differ. Hope this makes sense to you.. Serge. -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/rrd-users WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
