> One other question - is there an easy way (in perl hopefully?) to convert > the numbers you find the the rrd file to 'readable' numbers? Like, how to > convert '1.8200000000e+02' into a 'normal' number?
I got this part, I think - a simple perl statement does it: print (1.8200000000e+02 * 1) . "\n"; 34921444000 but I'm still having troubles getting the fetch to work on a single value... _______________________________________________ rrd-users mailing list rrd-users@lists.oetiker.ch https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users