> Hi guys,
> i'm here again...
> weel, i'm trying to build the memory graph, but some strange 
> problems are happen...
> first i create the rrd file:
> RRDs::create($RRDPATH."/system/memory.rrd",
>                          "--step=300",
>                          "DS:used:COUNTER:200:0:U",
>                          "DS:cached:COUNTER:200:0:U",

Your heartbeat is lower than your step.
So if you update every 300 seconds, you will be 100 seconds too 
late to keep the DS value valid.

Read up on step and heartbeat on the rrdtool website.

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

Reply via email to