<html dir="ltr"><head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><style>.EmailQuote {
        BORDER-LEFT: #800000 2px solid; PADDING-LEFT: 4pt; MARGIN-LEFT: 1pt
}
</style>

<style id="owaParaStyle">P {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
</style>
</head>
<body ocsi="0" fPStyle="1">
<div style="FONT-FAMILY: Tahoma; DIRECTION: ltr; COLOR: #000000; FONT-SIZE: 13px">
<div>What he said.</div>
<div>&nbsp;</div>
<div>You might also want to increase the length of the RRA proportionally, as well, and maybe decrease the DS heartbeat (as you have a shorter step size now).&nbsp; Also, with a 1-dp RRA, you dont need to have the MIN and MAX, as they will be the same as the AVG for a group of a single&nbsp;point.</div>
<div>&nbsp;</div>
<div>Try this:</div>
<div>&nbsp;</div>
<div><font size="2" face="Arial">rrdtool create arcsize.rrd --start N --step 15 DS:arcsize:GAUGE:30:0:5000&nbsp;RRA:AVERAGE:0.5:1:43920</font></div>
<div><font size="2" face="Arial"></font>&nbsp;</div>
<div>
<div>If you want the 1-hour CDP RRAs as well (for graphing purposes) then just add the original 3 RRA definitions to the end of the statment:</div>
<div>&nbsp;</div>
<div>
<div><font face="Arial"><font size="2">rrdtool create arcsize.rrd --start N --step 15 DS:arcsize:GAUGE:30:0:5000&nbsp;RRA:AVERAGE:0.5:1:43920 </font><font size="2">RRA:MIN:0.5:12:3660 RRA:MAX:0.5:12:3660 RRA:AVERAGE:0.5:12:3660<br></font></font></div></div>
<div><font size="2" face="Arial">Steve</font></div></div>
<div>&nbsp;</div>
<div><br>
<div style="FONT-FAMILY: Tahoma; FONT-SIZE: 13px">
<div style="FONT-FAMILY: Tahoma; FONT-SIZE: 13px"><strong>Steve Shipway</strong></div>
<div style="FONT-FAMILY: Tahoma; FONT-SIZE: 13px">University of Auckland ITS</div>
<div style="FONT-FAMILY: Tahoma; FONT-SIZE: 13px"><em>UNIX Systems Design Lead</em></div>
<div style="FONT-FAMILY: Tahoma; FONT-SIZE: 13px"><a href="mailto:s.shipway@auckland.ac.nz" target="_blank">s.shipway@auckland.ac.nz</a></div>
<div style="FONT-FAMILY: Tahoma; FONT-SIZE: 13px">Ph: &#43;64 9 373 7599 ext 86487</div>
<div style="FONT-FAMILY: Tahoma; FONT-SIZE: 13px"><em></em>&nbsp;</div></div></div>
<div>
<hr tabindex="-1">

<div id="x_divRplyFwdMsg"><font color="#000000" size="2" face="Tahoma"><b>From:</b> rrd-users-bounces&#43;s.shipway=auckland.ac.nz@lists.oetiker.ch [rrd-users-bounces&#43;s.shipway=auckland.ac.nz@lists.oetiker.ch] on behalf of Pablo Sanchez [pablo@blueoakdb.com]<br></font></div></div><font size="2"><span style="FONT-SIZE: 10pt">
<div class="PlainText"><br>The problem is your RRA's are consolidating 12 points:&nbsp; 12 x 15<br>(second steps) = 180 seconds.<br><br>Change your RRA's so they consolidate one step and you'll get what<br>you're after.<br></div></span></font></div></body></html>