[rrd-users] Re: followup on invalid data or spikes
Steve Bishop
steveb at veriohosting.com
Wed Jan 5 23:10:26 MET 2000
I have been able to shorten it considerably.
Here is the new sequence (using csh, or tcsh):
mon1:~ rrdtool create my.rrd -b 946843500 -s 300 "DS:load:GAUGE:300:0:5000" "DS:out_oct:COUNTER:300:0:1250000" "DS:drop_oct:COUNTER:300:0:U"
"DS:out_pkts:COUNTER:300:0:25000" "DS:drop_pkts:COUNTER:300:0:U" "RRA:AVERAGE:0.5:1:864" "RRA:AVERAGE:0.5:3:1344" "RRA:AVERAGE:0.5:12:744"
"RRA:AVERAGE:0.5:288:91"
mon1:~ rrdtool update my.rrd 947097000:0.00:107015782:0:156363:0
mon1:~ rrdtool dump my.rrd > db.out
mon1:~ rrdtool restore db.out my.rrd
mon1:~ rrdtool update my.rrd 947097300:0.01:107015782:0:156363:0
mon1:~ rrdtool dump my.rrd > db.out
mon1:~ rrdtool restore -r db.out db.xml
out of range found [ds: 3], [value : 1.9991590274e+37]
Again, I am running FreeBSD 3.3-RELEASE
on an Intel PII 400.
-Steve
--
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
More information about the rrd-users
mailing list