Showing the Current Input/Output Rate on a Cisco Device

ciscointerfacejuniper

Is there a way to check the current interface output/input rate on Cisco devices? the interface statistics only give the average over 5 minutes, and monitoring the interface seems to have a very long lag (as it also only shows the updated value over 5 minutes).

When I do a show interface on a Juniper device, it gives the current input/output rate.. is there a way to do this on a Cisco device?

Best Answer

An I/O rate must be over some time period since it is a number of bits per time period, just like your speed in a car is an average of the number of miles per hour. The Cisco device can change the time period for the average of a particular interface with the interface command, load-interval.

Your Juniper has to have a time period over which it averages the number of bits. It may be a one second time period, but you can't get bits per second unless you count the over a one second (or longer) time period.

Normally, you do want an I/O rate averaged over a time period longer than 1 second since it smooths out bursts and gives you a more accurate picture of throughput on an interface.