[rrd-users] Re: rrdtool fetch problem

Alex van den Bogaerdt alex at ergens.op.het.net
Fri Nov 12 10:58:54 MET 2004


On Fri, Nov 12, 2004 at 01:19:10AM -0800, muhammad usman wrote:

> but is there any way to see the values in normally form like , 0.3, 2000 etc  ??

Write a script to process your data.  Do whatever you want with it.


For instance, using awk (untested):

awk '
   /[0-9]e[+-][0-9]/  { print $1 ": " $2*1; next }
                      { print }
       '

HTH
Alex
-- 
You want an answer?  You'd better follow the following guidelines!
Linesize well below 80 chars. Reply to the list, not to me. Trim
irrelevant lines. Reply _below_ the relevant lines, not on top.

--
Unsubscribe mailto:rrd-users-request at list.ee.ethz.ch?subject=unsubscribe
Help        mailto:rrd-users-request at list.ee.ethz.ch?subject=help
Archive     http://www.ee.ethz.ch/~slist/rrd-users
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi



More information about the rrd-users mailing list