[rrd-users] Re: RRD general info about length of storage

Alex van den Bogaerdt alex at slot.hollandcasino.nl
Wed Feb 13 02:21:01 MET 2002


Clay Jones wrote:
> 
> 
> Is it correct that the RRD would contain 1 year's worth of data points if I
> specify an RRA with a yearly average?  Is keeping 1 year's work of 5 minute
> data points the only way to generate a yearly average graph?

No.

It works like this:
 - The database is working on intervals of "x" seconds.  The default is 300.
 - Each RRA works on a certain amount of intervals per slot
 - Each RRA has a certain amount of slots

Suppose the database works with intervals of 300 seconds, the RRA works
with slots of 12 intervals, this would mean that each slot is worth
3600 (12*300) seconds of data (this is an hour).  If you store enough
of those slots (366*24), you can display one year of data.

You could also work with an RRA of 288 intervals.  This stores 86400
seconds per slot (one day) and you'd need 366 of such intervals.

HTH
-- 
   __________________________________________________________________
 / alex at slot.hollandcasino.nl                  alex at ergens.op.het.net \
| work                                                         private |
| My employer is capable of speaking therefore I speak only for myself |
+----------------------------------------------------------------------+
| Technical questions sent directly to me will be nuked. Use the list. | 
+----------------------------------------------------------------------+
| http://faq.mrtg.org/                                                 |
| http://rrdtool.eu.org  --> tutorial                                  |
+----------------------------------------------------------------------+

--
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://www.ee.ethz.ch/~slist/rrd-users
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi



More information about the rrd-users mailing list