Thanks for the reply.<div><br></div><div>I am using GAUGE because I am looking for total water accumulation.  I am also using COUNTER to collect the data and display the rate.</div><div><br></div><div>The saw tooth is what is expected, water accumulated each day and at midnight the meter is reset to 0.</div>
<div><br></div><div>My goal is to create a graph that only shows the MAX accumulation for the day.  I was almost able to do this by setting a step time to 1day.  The problem is that the &quot;step&quot; doesn&#39;t go from midnight to midnight.  In my case it goes from 6pm to 6pm the next day.<br clear="all">
<br>Justin<br><br><div class="gmail_quote">On Tue, Sep 21, 2010 at 1:34 PM, A Darren Dunham <span dir="ltr">&lt;<a href="mailto:ddunham@taos.com">ddunham@taos.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Tue, Sep 21, 2010 at 01:04:05PM -0600, Justin Carroll wrote:<br>
&gt; I am collecting total accumulation data from a water meter.  The data<br>
&gt; collected is the last value during different time periods.  10s, 30 minutes<br>
&gt; and 1 day.   The meter resets every day at midnight.<br>
&gt;<br>
&gt; I create daily, weekly and monthly graphs.  They all resemble a sawtooth<br>
&gt; shape with a straight line down to zero at midnight.<br>
<br>
</div>Sounds like you are collecting it as a GAUGE, but you might get more<br>
useful information collecting it as a COUNTER.  Then you&#39;d see the<br>
actual rate as a y coordinate, not the slope.  No more sawtooth.  It<br>
also makes the consolidation simpler.<br>
<font color="#888888"><br>
--<br>
Darren<br>
<br>
_______________________________________________<br>
rrd-users mailing list<br>
<a href="mailto:rrd-users@lists.oetiker.ch">rrd-users@lists.oetiker.ch</a><br>
<a href="https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users" target="_blank">https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users</a><br>
</font></blockquote></div><br></div>