[rrd-users] Re: Numbers being stored as NaN

Dan.Byers at magma.ca Dan.Byers at magma.ca
Fri Jul 23 23:58:13 MEST 2004


since you're using the default step value of 300 seconds, are you updating 
the rrd every 5 minutes? 
what's your cmd/code for the fetch?  let's see the options you're using.

explain your situation and steps more... we'll help you faster that way.




Mike Lindsey <coyote at gmail.com> 
Sent by: rrd-users-bounce at list.ee.ethz.ch
23/07/2004 05:41 PM

To
rrd-users at list.ee.ethz.ch
cc

Subject
[rrd-users] Numbers being stored as NaN






So, I've got this problem.  It's weird.  And I'm not sure what's causing 
it.

Small numbers go in just fine.  Though I question the value:
last_ds 12
value 8.7450460352e+07

Large numbers go in just fine, all the way up to a signed 64 bit number.
last_ds 922337203685477580
value 9.2233720377e+17

middling numbers, like the kind I'm getting out of my network device
and want to actually store end up with a value of 0.

last_ds> 2185224952 
value 0.0000000000e+00

So, um, what the hell's going on?

update syntax that I'm using:
rrdtool update file.rrd -t value N:2185224952

create syntax:
rrdtool create file.rrd DS:value:COUNTER:600:U:U RRA:AVERAGE:0.5:1:1200

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




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