[rrd-users] rrdtool update not updating?
Kees Hoekzema
kees at tweakers.net
Sat Nov 2 15:31:06 MET 2002
Hello list,
I have a strange problem. I'm updating 3 rrd's every five minutes, with kind
large values.
The rrdtool update syntax is:
./rrdtool update eth0.rrd -t bup:bdown:pup:pdown
N:2097355983:374697312:149708474:360441474
./rrdtool update eth1.rrd -t bup:bdown:pup:pdown
N:106745808:2147483647:970334584:332227452
./rrdtool update cpugebruik.rrd -t user:system:idle
N:42500834:11578134:492644141
The first 2 won't work, while the third updates just fine.
Some more output:
./rrdtool fetch eth0.rrd AVERAGE
bup bdown pup pdown
.... < skip > ....
1036246200: nan nan 4.2057436641e+00 8.7574276143e+01
1036246500: nan nan 3.1621174603e+00 6.2346734694e+01
1036246800: nan nan nan nan
./rrdtool fetch eth1.rrd AVERAGE
bup bdown pup pdown
.... < skip > ....
1036245900: nan 0.0000000000e+00 4.9193333333e+01 1.7889434188e+01
1036246200: nan 0.0000000000e+00 9.6660000000e+01 7.8669658120e+00
1036246500: nan 0.0000000000e+00 7.0624897959e+01 1.2910873016e+01
1036246800: nan nan nan nan
The rrdtool creates:
./rrdtool create cpugebruik.rrd -s 300 \
DS:user:COUNTER:600:0:100 \
DS:system:COUNTER:600:0:100 \
DS:idle:COUNTER:600:0:100 \
RRA:AVERAGE:0.5:1:288 \
RRA:AVERAGE:0.5:6:336 \
RRA:AVERAGE:0.5:24:360 \
RRA:AVERAGE:0.5:288:365
./rrdtool create eth1.rrd -s 300 \
DS:bup:COUNTER:600:0:100 \
DS:bdown:COUNTER:600:0:100 \
DS:pup:COUNTER:600:0:100 \
DS:pdown:COUNTER:600:0:100 \
RRA:AVERAGE:0.5:1:288 \
RRA:AVERAGE:0.5:6:336 \
RRA:AVERAGE:0.5:24:360 \
RRA:AVERAGE:0.5:288:365
./rrdtool create eth0.rrd -s 300 \
DS:bup:COUNTER:600:0:100 \
DS:bdown:COUNTER:600:0:100 \
DS:pup:COUNTER:600:0:100 \
DS:pdown:COUNTER:600:0:100 \
RRA:AVERAGE:0.5:1:288 \
RRA:AVERAGE:0.5:6:336 \
RRA:AVERAGE:0.5:24:360 \
RRA:AVERAGE:0.5:288:365
At this moment I can't think what is going wrong, maybe someone else has a
clue?
-kees
--
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