<br><br><div class="gmail_quote">2009/8/11 A Darren Dunham <span dir="ltr">&lt;<a href="mailto:ddunham@taos.com">ddunham@taos.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Tue, Aug 11, 2009 at 09:28:50PM +0200, Arthur Meeks Meeks wrote:<br>
&gt; Probably not, the script runs every 30 seconds and it took about a second to<br>
&gt; generate the graph.<br>
<br>
</div>Are you doing updates every 30 seconds?  Well, if you only have 300<br>
second buckets, then there&#39;s no chance you&#39;ll get back the exact<br>
numbers you put in.<br>
<br>
For that to happen you&#39;d have to update exactly on the step<br>
boundaries.<br>
<br>
A step boundary is when the timestamp is evenly divisible by the step<br>
size.</blockquote><div><br>Thanks Darren! <br><div><br>Yeah, I just noticed it when I was replying the email, I changed it to:<br><br>$RRDTOOL create $RRDFILE  -s 30 DS:delay:GAUGE:600:U:U RRA:LAST:0.5:1:10000<br><br>
Thanks again<br>A</div></div></div><br>