[rrd-users] Re: How to save and graph NON-averages

Alex van den Bogaerdt alex at slot.hollandcasino.nl
Mon Sep 25 21:46:14 MEST 2000


Sam Howard wrote:
> 
> I'm trying to create some very simple graphs of our backup totals (i.e.
> bytes backed up per night), but I can't seem to get RRD to NOT average out
> the values...
> 
> For example, I am creating my database as:
> 
> rrdtool create nsr.rrd          \
>   --start '07/01/2000'          \
>   --step 86400                  \
>   DS:incrbytes:GAUGE:86400:U:U  \
>   DS:fullbytes:GAUGE:86400:U:U  \
>   RRA:LAST:0.5:1:1000
> 
> Inserting data as:
> 
> + rrdtool update nsr.rrd 967392000:77736128:0
> + rrdtool update nsr.rrd 967478400:0:1447213300

You use a time that is not an *exact* multiplication of your step time.
If (time % steptime) != 0, interpolation (better: normalizing) will occur.

If you need/want to keep the original values:
use GAUGE and make sure to update on RRDtool boundaries.  If you want to
update at Sun Aug 27 16:00:00 2000 UTC, you need to use a step time of
3600.  Make sure to use an appropriate xff !

regards,
-- 
   __________________________________________________________________
 / 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