[rrd-users] Get specific value? And convert number?

Aleksandr Pasechnik aleksandr.pasechnik at gmail.com
Wed Jun 15 16:54:07 CEST 2011


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
> rrd-users at lists.oetiker.ch
> https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users



More information about the rrd-users mailing list