[mrtg] Re: Utilization in terms of Percentage

Alex van den Bogaerdt alex at slot.hollandcasino.nl
Thu Jan 3 12:39:28 MET 2002


Jonathan P Tornea wrote:
> 
> 
> Hi,
> 
> I've been using MRTG for quite sometime now, and everything is going great.
> Now i need to have a graph showing a percentage of my E1 links utilization
> instead of bits/second on the Y-axis.   Can anybody help?  Thanks.

A percentage can be calculated as follows:
    current speed / maximum speed * 100.

This can be written as:
    current speed / (maximum speed/100)

So your target should probably read:
    Target[e1]: 1:public at router / 2400

Reasoning: E1 is 30*64kbps (modify if yours is different) is 1920kbps.
This means a MaxBytes of 1920000 / 8 == 240000
Divide by 100 to get 2400.

HTH
-- 
   __________________________________________________________________
 / alex at slot.hollandcasino.nl                  alex at ergens.op.het.net \
| work                                                         private |
| My employer is capable of speaking therefore I speak only for myself |
+----------------------------------------------------------------------+
| Technical questions sent directly to me will be nuked. Use the list. | 
+----------------------------------------------------------------------+
| http://faq.mrtg.org/                                                 |
| http://rrdtool.eu.org  --> tutorial                                  |
+----------------------------------------------------------------------+

--
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