[rrd-users] wierd data / only NaNs
Bryan McLellan
btm at escrap.com
Mon Oct 2 18:33:48 MEST 2000
I'm having the same problem eric was having earlier. However, when I do
the tutorial I get:
[root at vertigo bin]# sh test.sh
speed
920804400: nan
920804700: nan
920805000: 4.0000000000e-02
920805300: 2.0000000000e-02
920805600: 0.0000000000e+00
920805900: 0.0000000000e+00
920806200: 3.3333333333e-02
920806500: 3.3333333333e-02
920806800: 3.3333333333e-02
920807100: 2.0000000000e-02
920807400: 2.0000000000e-02
920807700: 2.0000000000e-02
920808000: 1.3333333333e-02
920808300: 1.6666666667e-02
920808600: 6.6666666667e-03
920808900: 3.3333333333e-03
920809200: nan
Any ideas?
(test.sh after sig)
--
Bryan McLellan <btm at escrap.com>
http://vertigo.panax.com/btm
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GAT d-(+) s+: a18 C++$ U+++ P+++>++++ L++ E- W++ N- w O M- V
PS+ PE Y+ PGP t+ 5 X+ R tv b+ DI+ D++ G e(*) h+ r-- y- K? o?
------END GEEK CODE BLOCK------
------
#!/bin/sh
./rrdtool create test.rrd --start 920804400 DS:speed:COUNTER:600:U:U \
RRA:AVERAGE:0.5:1:24 RRA:AVERAGE:0.5:6:10
./rrdtool update test.rrd 920804700:12345 920805000:12357
920805300:12363
./rrdtool update test.rrd 920805600:12363 920805900:12363
920806200:12373
./rrdtool update test.rrd 920806500:12383 920806800:12393
920807100:12399
./rrdtool update test.rrd 920807400:12405 920807700:12411
920808000:12415
./rrdtool update test.rrd 920808300:12420 920808600:12422
920808900:12423
./rrdtool fetch test.rrd AVERAGE --start 920804400 --end 920809200
--
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