[rrd-users] RRD Archiving (AVERAGE,MIN,MAX,LAST)
nate
rrdtool at aphroland.org
Fri Aug 8 01:00:45 MEST 2003
Hello!
I am trying to define some RRA archives for some new stats I hope
to start collecting and am wondering if what I am doing is redundant:
rrdtool create filename.rrd --step 300 DS:idle:GAUGE:600:0:100
RRA:LAST:0.5:1:200000 RRA:MIN:0.5:1:200000 RRA:MAX:0.5:1:200000
RRA:AVERAGE:0.5:1:200000
I am interested in storing every data point collected for the
200000 cycles, would just making an archive with LAST be sufficient:
rrdtool create filename.rrd --step 300 DS:some_name:GAUGE:600:0:100
RRA:LAST:0.5:1:200000
or do I also need archives for MIN MAX and AVERAGE as well? Will
RRD not be able to calculate averages if I only store the raw data
points?
thanks!
nate
--
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