> Just a quick question. I want to feed the following values into a RRD > 10 20 25 35 42 > and upon graphing get the values > 10 5 10 7
I gues most people cache the previous value, calculate the difference and feed that to the rrd database as a gauge. If you don't want to cache, you can feed them as a counter and when plotting the values, you just multiply them by the step size (as in '300'). 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 -- 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
