[rrd-users] Why with RRDs::update I do not have exactly the value in rrd db file?
jvalenzu
jvalenzu at reduno.com.mx
Tue Sep 8 00:26:47 CEST 2009
My perl script fragment:
RRDs::update "$rrd/$filenamestring\_$gstring.rrd","-t",
"$var1:$var2:$var3",
"N:$val1:$val2:$val3";
The exact value of $val1, $val2, $val3:
4,4,4 respectively
My fetch data in the time:
Mon Sep 7 17:20:00 2009 4.0000000000e+00 3.9787671033e+00 3.9787671033e+00
Mon Sep 7 17:25:00 2009 nan nan nan
4 is not exactly equals to 3.9787671033e+00 I need to see exactly see 4.
Please let me know. Thanks.
--
View this message in context: http://n2.nabble.com/Why-with-RRDs-update-I-do-not-have-exactly-the-value-in-rrd-db-file-tp3599716p3599716.html
Sent from the RRDtool Users Mailinglist mailing list archive at Nabble.com.
More information about the rrd-users
mailing list