You could get a small range and then pull the specific line you need? al On Jun 15, 2011, at 10:33 AM, Erich Weiler wrote:
>> 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 > [email protected] > https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users _______________________________________________ rrd-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users
