Performance Monitoring for System Interfaces

Performance management of system interfaces really boils down to monitoring bandwidth utilization, which means counting the octets that flow across a given interface and measuring those counts against the bandwidth of the interface. This way, you can determine whether you are overutilizing a particular link and when you need to increase the capacity of a link. In Chapter 4, “Performance Measurement and Reporting,” we discussed the method for calculating link utilization:

  1. Calculating the delta (difference) between two collections of ifInOctets and ifOutOctets each.

  2. Adding the deltas together.

  3. Converting the combined value to bits per seconds (× 8 / (num of seconds in Δ)).

  4. Dividing the bits by ifSpeed (interface ...

Get Performance and Fault Management now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.