> rrdtool create /root/test/test_1_errors.rrd --step 60 \ > DS:errors:COUNTER:60:0:U \ > RRA:AVERAGE:0.5:1:60 > > <!-- 2005-10-26 11:09:00 BST --> <row><v> 0.0000000000e+00 </v></row> > <!-- 2005-10-26 11:10:00 BST --> <row><v> 6.6666666667e-02 </v></row> > > Now 6.6666666667e-02 is 4 / 60 so it seems to be taking an > average of the value passed in... I assume its due to the > AVERAGE in the following line... "RRA:AVERAGE:0.5:1:3000" but > I can't work out what I should change it to.
No, it's because you use COUNTER i.s.o. GAUGE. Serge. ------------- Op de inhoud van dit e-mailbericht en de daaraan gehechte bijlagen is de inhoud van de volgende disclaimer van toepassing: http://www.zeelandnet.nl/disclaimer.php ------------- For the content of this e-mail message and its attachment(s) the following disclaimer applies: http://www.zeelandnet.nl/disclaimer.php -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/rrd-users WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
