The CiscoView Monitor Port dialog box displays interface level utilization and performance information for all ports. The information fields might vary according to device types. The following port performance information is displayed for many device types:
Input (Last 5min) (locIfInBitsSec)
Output (Last 5min) (locIfOutBitsSec)
In Queue Drops (locIfInputQueueDrops)
Out Queue Drops (locIfOutputQueueDrops)
Out Collisions (locIfCollisions)
Indicates the rate of utilization on the specified port.
The formula to calculate the port utilization is:
Utilization for half duplex = (Delta[ifInOctets] + Delta[ifOutOctets]* 8 * 100%) / (ifSpeed * DELTA_TIME)
Utilization for full duplex = (max (Delta[ifInOctects], Delta[ifOutOctets])* 8 * 100) / (ifSpeed * DELTA_TIME)
where Delta[ifInOctets] = ifInOctects1 - ifInOctects0
Delta[ifOutOctets] = ifOutOctects1 - ifOutOctects0
DELTA_TIME = (sysUpTime1 - sysUpTime0)/100 ---> in sec ( sysUpTime will be in milli secs. we have to divide by 100 to get into sec)
ifSpeed is the estimate of current bandwidth in bits per second
ifInOctects0 is ifInOctects value at a polling cycle and
ifInOctects1 is ifInOctects value at NEXT polling cycle.
Example: If monitor chart is at refresh rate 30 sec, then ifInOctets0 will be at time 12:10:20 and ifInOctets1 will be at 12:10:50.
Specifies the incoming error rate on the port. The error rate is determined by the following formula:
[ ifInError / (ifInUcastPkts + IfInNUcastPkts + ifInErrors + ifInDiscards + ifInUnknownProtos)] * 100.
Specifies the outgoing error rate on the port. The error rate is determined by the following formula:
ifOutErrors / (ifOutUcastPkts + ifOutNUcastPkts) * 100
Provides a 5-minute exponentially decayed moving average of input bits per second.
Provides a 5-minute exponentially decayed moving average of output bits per second.
Number of packets dropped because the input queue was full.
Displays the number of packets dropped because the output queue was full.
Number of output collisions detected on this interface.
Number of input packets that are ignored by this interface.
Number of times this interface was internally reset.