Yeah, I'll probably end up doing a one hour range from a week ago and then getting LAST from it or something...
Thanks! -erich On Jun 15, 2011, at 8:01 AM, "Aleksandr Pasechnik [via RRD Mailinglists]" <[email protected]> wrote: > 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 > > [hidden email] > > https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users > > _______________________________________________ > rrd-users mailing list > [hidden email] > https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users > > > If you reply to this email, your message will be added to the discussion > below: > http://rrd-mailinglists.937164.n2.nabble.com/Get-specific-value-And-convert-number-tp6478936p6479200.html > To unsubscribe from Get specific value? And convert number?, click here. -- View this message in context: http://rrd-mailinglists.937164.n2.nabble.com/Get-specific-value-And-convert-number-tp6478936p6479492.html Sent from the RRDtool Users Mailinglist mailing list archive at Nabble.com. _______________________________________________ rrd-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users
