[mrtg] Re: convertions ? !
Reed Mohn, Anders
Anders.Reed.Mohn at itcompagniet.no
Tue Mar 5 10:55:08 MET 2002
> I've to convert the measure parameters in % report.
You want to graph percentage instead of the real numbers?
You have to perform a this simple calculation: (value/max)*100
> Can you tell me
Sure.
> (I'll prefer if you send me the convertion directly)
No way. That would render this list pretty useless, wouldn't it?
You want to calculate (value / max) * 100.
Since this equals: value/(max/100),
you can simplify this a little:
Max = 125000000
Max / 100 = 1250000
This gives you: (value / 1250000)
> Target[10.10.10.110_4]: 4:read_write at 10.10.10.110:
Target[...]: 4:read_write at 10.10.10.110: / 1250000
Cheers,
Anders :)
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://www.ee.ethz.ch/~slist/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
More information about the mrtg
mailing list