[rrd-users] Re: problem with storing values in the database

SWATTON, JEANINE jeanine_swatton at appsig.com
Wed Feb 23 20:47:04 MET 2005


I have a script where I am having it create a graph every second.  Why
is it that it is not giving me the most current value?

-----Original Message-----
From: Serge Maandag [mailto:serge.maandag at staff.zeelandnet.nl] 
Sent: Wednesday, February 23, 2005 8:15 AM
To: SWATTON, JEANINE; rrd-users at list.ee.ethz.ch
Subject: RE: [rrd-users] problem with storing values in the database

> I am trying to store packet data into the database and then plot them.
> I've created an archive, one average, min then max.
> 
> But either, the timing is off when storing so the value will 
> not update
> in the database or the data information is invalid.  I tried to use
> GAUGE but it still doesn't store the ACTUAL value.

- You need to do consecutive updates before you see any of the updated
data.
- The interval between the updates must be smaller than the heartbeat of

  your DS's
- To store actual values, you must update on an epoch timestamp that is
N times
  your step size, otherwise it will be interpolated.

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: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