donturrent
Technical User
What is the correct formula for measuring the utilization of a frame-relay circuit using SNMP? Currently I am using:
(8 * (frCircuitSentOctets + frCircuitReceivedOctets)
/ExcessBurst) * 100 = %utilized
ExcessBurst is equivalent to the circuit size, ie 128000, 512000, etc.
I have read in some places that I should only take the max of SentOctets or ReceivedOctets but not the sum. Others say take the sum. I know this formula is for half duplex ethernet which frame is not so any guidance (preferably with documentation) is much appreciated.
(8 * (frCircuitSentOctets + frCircuitReceivedOctets)
/ExcessBurst) * 100 = %utilized
ExcessBurst is equivalent to the circuit size, ie 128000, 512000, etc.
I have read in some places that I should only take the max of SentOctets or ReceivedOctets but not the sum. Others say take the sum. I know this formula is for half duplex ethernet which frame is not so any guidance (preferably with documentation) is much appreciated.