[rrd-users] Numbers being stored as NaN

Mike Lindsey coyote at gmail.com
Fri Jul 23 23:41:23 MEST 2004


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



More information about the rrd-users mailing list