<HTML><HEAD></HEAD>
<BODY>
<P>I've read the documentation and Alex's tutorial trying to understand exactly how the AVERAGE, MIN, and MAX consolidation functions work, but I'd like to know more.&nbsp; Let's say that I have created&nbsp;the following RRD to track uptime of routers: </P>
<P>&nbsp;&nbsp; '--step=1',&nbsp; # one second step <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'DS:snmp_up:GAUGE:3600:0:1',<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'DS:icmp_up:GAUGE:3600:0:1',<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'RRA:MIN:0.9999:10:10',&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # 10 steps =&gt; 10 secs.per consolidated data point, 10 cdp's =&gt; 100 secs.&nbsp; <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'RRA:MIN:0.9999:30:240',&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # 30 secs., 240 half-minute points, =&gt;&nbsp; 120 mins. of data<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'RRA:MIN:0.9999:300:432',&nbsp;&nbsp;&nbsp;&nbsp; # 300 secs. per cdp (5 mins.), 432/12 = 36 hours. <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'RRA:MIN:0.9999:1800:336',&nbsp;&nbsp;&nbsp; # 30 mins. per cdp, 336/2 = 168 hours = 1 week<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'RRA:MIN:0.9999:7200:432',&nbsp;&nbsp;&nbsp; # 180 mins. cdp, one month data<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'RRA:MIN:0.9999:86400:425',&nbsp; # one year data</P>
<P>All the input PDP's (i.e. values entered) are either 1 or 0 (up or down).&nbsp; As defined above any update value of 0 (down) will cause the active row in each rra to show 0, right?&nbsp;&nbsp; By changing the consolidation function to AVERAGE it would show the AVERAGE of all the 1's and 0's entered during that row's active period, is that so?&nbsp; (actually the AVERAGE of all the interpolated data points in the&nbsp;row, not just the ones entered. But with an xff of 0.9999 they should be nearly the same.)&nbsp; Am I correct in concluding that these rra definitions should be changed to AVERAGE to give a better picture of uptime with these settings? </P>
<P>Jim Eshelman</P>
<P>&nbsp;</P>
<P>&nbsp;</P>
<P><BR>&nbsp;</P>
<P>&nbsp;</P>
<P>&nbsp;</P>
<P>&nbsp;</P></BODY></HTML>