[rrd-users] Get specific value? And convert number?
Erich Weiler
weiler at soe.ucsc.edu
Wed Jun 15 16:33:49 CEST 2011
> 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...
More information about the rrd-users
mailing list