<meta http-equiv="content-type" content="text/html; charset=utf-8"><span class="Apple-style-span" style="border-collapse: collapse; font-family: arial, sans-serif; font-size: 13px; ">Hi,<br><br>I&#39;m tying to create and RRD for keeping track of an Ethernet interface<br>
at intervals of 15 second, and I don&#39;t know how many rows to keep for<br>the 1 min, 5 min, 15 min, 1 hour, and 1 day averages I am keeping.<br><br>Would someone please explain to me how to pick a proper amount of rows<br>
for an archive<br><br>Thanks,<br><br><span class="il" style="background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(255, 255, 136); color: rgb(34, 34, 34); background-position: initial initial; background-repeat: initial initial; ">rrdtool</span> create foo.rrd -s 15 DS:ds0:COUNTER:30:0:4294967295 \<br>
<br>  RRA:AVERAGE:0.5:4:240:? \<br><br>  RRA:AVERAGE:0.5:20:? \<br><br>  RRA:AVERAGE:0.5:60:? \<br><br>  RRA:AVERAGE:0.5:240:? \<br><br>  RRA:MAX:0.5:240:? \<br><br>  RRA:AVERAGE:0.5:5760:? \<br><br>  RRA:MAX:0.5:5760:?</span>