show interface counters rate
Use this command to display the average traffic rate over the load interval of the interface.
Command Syntax
show interface (IFNAME|) counters rate (kbps|mbps|gbps|)
show interface cpu counters rate (kbps|mbps|gbps|)
Parameter
IFNAME
Interface name.
kbps
Kilobits per second.
mbps
Megabits per second.
gbps
Gigabits per second.
cpu
CPU interface.
Command Mode
Exec mode and Privileged Exec mode
Applicability
This command was introduced before OcNOS version 1.3.
Example
#show interface counters rate
+-------------+---------------------------+-------------------------------+
| | Rx | Tx |
| Interface |---------------------------+-------------------------------|
| | bps | pps | bps | pps |
+-------------+---------------------------+-------------------------------+
xe1/1 548439552 1008160 544400 1000
#show interface cpu counters rate
Load interval: 30 second
+-------------------+--------------+-------------+--------------+-------------+
| CPU Queue(%) | Rx bps | Rx pps | Tx bps | Tx pps |
+-------------------+--------------+-------------+--------------+-------------+
isis ( 0%) - - 742 0
arp ( 0%) - - 6 0
Table 21-61 explain the fields in the command output.
Table 21-61: show interface counters rate output details
Field | Description |
---|
Interface | The particular interface. |
RX | Number of hello packets received from the neighbor. |
TX | Number hello packets transmitted to the neighbor. |
bps | Bytes per second. |
pps | Packets per second. |
CPU Queue | CPU Queues used for various functions. In the example the CPU is maintaining queues for ARP and the IS-IS routing facilities. |
Load interval | The length of time for which data is used to compute load statistics. |
RX bps | Number of hello packets received from the neighbor in bytes per second. |
RX pps | Number of hello packets received from the neighbor in packets per second. |
TX bps | Number hello packets transmitted to the neighbor in bytes per second. |
Tx pps | Number hello packets transmitted to the neighbor in packets per second. |
Last modified date: 10/19/2023