PDA

View Full Version : Any one share for me Fomular to calculate Iub Utilization?



Asklin
2011-12-02, 05:02 PM
I need to calculate Iub utilization in E******* System but i don't know couter & Formular, Please share for me!

Thanks & Brs

jayk
2011-12-03, 03:18 AM
I need to calculate Iub utilization in E******* System but i don't know couter & Formular, Please share for me!

Thanks & Brs

Use these two counters..pmBwUtilizationRx, pmBwUtilizationTx or can be calculated using pmReceivedAtmCells, pmTransmittedAtmCells.

Jack, Add repos if find helpful

sataron
2011-12-05, 11:16 AM
AtmPort_Thr_T = AtmPort:: pmTransmittedAtmCells*53*8 / 1000*Meas_Length[s] – average speed ATM ports for DL , KBit/s
AtmPort_Thr_R = AtmPort:: pmReceivedAtmCells *53*8 / 1000*Meas_Length[s] – average speed ATM ports for UL , KBit/s
VP_Thr_T = VplTp::pmTransmittedAtmCells *53*8 / 1000*Meas_Length[s] –average speed VP ports for DL , KBit/s
VP_Thr_R = VplTp:: pmReceivedAtmCells *53*8 / 1000*Meas_Length[s] – average speed VP ports for UL , KBit/s
Traf_Vol_DL = AtmPort::pmTransmittedAtmCells*48 / 1000*1000 - (voice+ data + signalink) , MByte
Traf_Vol_UL = AtmPort::pmReceivedAtmCells *48 / 1000*1000 - (voice+ data + signalink) , MByte

katuhu
2011-12-31, 07:02 AM
somebody knows formula for IuB utilization at Huawei network?

jayk
2012-01-01, 08:22 AM
somebody knows formula for IuB utilization at Huawei network?


Iub Utilization in ATM Interface = 100* (8 * SUM(VS.AAL2PATH.PVCLayer.RxBytes))/(1024 * 60 * {SP} * Interface Capacity)
Iub Utilization in IP Interface = 100* (8 * SUM(VS.IPPATH.IPLayer.RxBytes))/(1024 * 60 * {SP} * Interface Capacity)