[mrtg] Re: mathematical expressions for Collision statistics
Foverskov, Esben, esf
esf at esbkomm.dk
Tue Nov 6 16:54:29 MET 2001
Hi,
Don't quite know whether the formula would work, but is this really what you
want? the etherStatsCollisions counts the number of collisions that have
occurred, right? And you are dividing this by the total number of bytes in
and out the interface. That doesn't make sense. So looking at the units
only, you're dividing packets with bytes, giving you the unit packets/byte.
You need to divide packets with packets to get a percentage (no units). How
you would go about doing that is another question entirely ;O)
-----Oprindelig meddelelse-----
Fra: Tom McGovern [mailto:tom at mcgov.net]
Sendt: 6. november 2001 16:24
Til: mrtg at list.ee.ethz.ch
Emne: [mrtg] mathematical expressions for Collision statistics
Hi,
I'm trying to measure the amount of ethernet collisions as a percentage of
the overall interface traffic. I think this is what I want:
Target[13-col.192.168.254.127]:etherStatsCollisions.113:public at 192.168.254.1
27 / ifOutOctets.113:public at 192.168.254.127 +
ifInOctets.113:public at 192.168.254.127 &
etherStatsCollisions.113:public at 192.168.254.127 /
ifOutOctets.113:public at 192.168.254.127 +
ifInOctets.113:public at 192.168.254.127
Note I am just graphing the same variable twice fo simplicity.
But, how will MRTG interpret this formula ? Can I use parentheses in my
formular ?
Basically I need the following:
etherStatsCollisions / (ifInOctets + ifOutOctets) * 100
Thanks,
Tom McGovern
--
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
--
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