[rrd-users] Re: FW: Re: creating the rrd

Alex van den Bogaerdt alex at ergens.op.het.net
Fri Jun 3 01:20:45 MEST 2005


On Thu, Jun 02, 2005 at 01:11:01PM -0500, Kobiske, Rob wrote:

> RRA:AVERAGE:0.5:60:8760

> 4) 8760 rows of 1 hour, 365 days in a year (24x365=8760) -- year graph

This means RRDtool will have to take 24 rows, average them, plot
the column, redo from start for the next column.

This also means the previous RRA contains redundant information
as it also has 60 steps per row.

If you know you want to view day one of the year, eventhough it is
requested in december, get rid of the 3rd RRA.  In other cases: change
the amount of steps per row for the 4th RRA and adjust the amount of
rows accordingly.  For instance: RRA:AVERAGE:0.5:1440:365

If you want a finer granularity: RRA:AVERAGE:0.5:480:1095
and then you can have 8 hours per pixel column.

HTH
Alex

--
Unsubscribe mailto:rrd-users-request at list.ee.ethz.ch?subject=unsubscribe
Help        mailto:rrd-users-request at list.ee.ethz.ch?subject=help
Archive     http://lists.ee.ethz.ch/rrd-users
WebAdmin    http://lists.ee.ethz.ch/lsg2.cgi



More information about the rrd-users mailing list