[rrd-users] fetch resolution??

Carlos Carvalho carlos at fisica.ufpr.br
Mon Jul 2 23:11:30 MEST 2001


I'm trying to use rrdtool fetch to extract the data with different
resolutions. So I tried

% rrdtool fetch archive.rrd AVERAGE > dump
% rrdtool fetch archive.rrd AVERAGE -r 600 > dump-600

Data is updated at an interval of 5s, but both commands produce the
same dump, with the same 5s interval between lines. How can I get a
smaller resolution? Here's the creation command:

% rrdtool create archive.rrd -s 5 \
<lots of DS lines>
#RRA:AVERAGE:0.5:1:17280 \
#RRA:AVERAGE:0.5:12:2880 \
#RRA:AVERAGE:0.5:720:720 \
#RRA:AVERAGE:0.5:17280:365 \
#RRA:MAX:0.5:1:17280 \
#RRA:MAX:0.5:6:2880 \
#RRA:MAX:0.5:24:720 \
#RRA:MAX:0.5:288:365

--
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