You are on page 1of 1

Avg In Util (%) case when ((ifSpeedIn > 0) and (full_half = 2)) then ((TOTifInOctets*8*100)/(ifS peedIn*delta_time)) end Avg

Out Util (%) case when ((ifSpeedOut > 0) and (full_half = 2)) then ((TOTifOutOctets*8*100)/(i fSpeedOut*delta_time)) end MAX IN Util (%) case when ((ifSpeedIn > 0) and (full_half = 2)) then (MAXifInOctets_per_sec * 8 * 100 / ifSpeedIn) end MAX OUT Util (%) case when ((ifSpeedOut > 0) and (full_half = 2)) then (MAXifOutOctets_per_sec * 8 * 100 / ifSpeedOut) end

You might also like