Hi fellows, I don&#39;t know if I&#39;m using rrd_first wrong or if didn&#39;t understand how to use it, but see this example:<br> $ rrdtool create db3.rrd --start 1275161700 --step 300 DS:prob1:GAUGE:600:U:U RRA:LAST:0.5:1:24<br>

 $ rrdtool first db3.rrd --rraindex 0<br>1275154800<br> $ rrdtool update db3.rrd  1275162000:10<br> $ rrdtool first db3.rrd --rraindex 0<br>1275155100<br><br>Is that the &quot;correct&quot; output? <br>If yes.... why?<br>

<br>Thanks =]<br><br>P.:S<br>$ rrdtool --version<br>RRDtool 1.4.3  Copyright 1997-2009 by Tobias Oetiker &lt;<a href="mailto:tobi@oetiker.ch">tobi@oetiker.ch</a>&gt;<br>               Compiled Mar 24 2010 16:17:45<br>....<br>

<br>-- <br>Otavio Augusto.<br>