<span style="font-size: 11px; ">Thanks Simon.<div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">I'm not yet very familiar with rrdtool, but could I read out data values for an arbitrary period between time1 and time2 and add up the values to come up with accumulated?</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">I was thinking of a page where I could choose the dates and then have a graph drawn for those dates, including the accumulated values as well.</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "><br><blockquote style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 5px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 5px; display: block; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-style: initial; border-color: initial; border-left-width: 2px; border-left-style: solid; border-left-color: rgb(34, 67, 127); "><br>&gt;I would like to also display an accumulated counter (say total&nbsp;<br>&gt;bandwidth for the month), how would I do that on the graph and on&nbsp;<br>&gt;the rrd table?<br><br>By calendar month, or by period ? I've just added that to some of my&nbsp;<br>graphs. While the script if parsing options and setting variables&nbsp;<br>(specifically end and start times), I also set a variable for the&nbsp;<br>accumulator period* I have separate CDEFs etc that will get the&nbsp;<br>average for that period, multiply by the accumulator period (eg 86400&nbsp;<br>for 24 hours), and then display the result.<br></blockquote></div></span>