> I have below rrd: <snip> > Should I not have 100,000 rows in my AVERAGE archive? > No matter what I do my RRA has 292 rows.
Here's a screenshot if I do the same: [EMAIL PROTECTED] rrdtool create mshsevalues.rrd --start now --step 300 \ DS:snrfreq1:GAUGE:300:-105:50 DS:snrfreq2:GAUGE:300:-105:50 \ DS:percentrexmitfreq1:GAUGE:300:0:U DS:percentrexmitfreq2:GAUGE:300:0:U \ DS:totalframes:GAUGE:300:0:U RRA:AVERAGE:0.5:1:100000 [EMAIL PROTECTED] rrdtool info mshsevalues.rrd | grep rows rra[0].rows = 100000 Seems like 10000 alright. Does your machine say other things? Serge. -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/rrd-users WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
