show interface queues
Syntax
show interface <INTERFACE-NAME> queues [vsx-peer]
Description
Shows the traffic transmitted per queue and the number of packets dropped due to the queue being full.
For every layer 3 packet transmitted on a switch queue, an extra three bytes are added to the value of Tx Bytes (due to the inclusion of an internal routing packet header). To show layer 3 statistics without this addition, enable layer 3 counters on an interface, and execute the command
show interface
. For example:
switch(config)# interface 1/1/1 switch(config-if)# l3-counters switch(config-if)# exit switch# show interface 1/1/1
Command context
Operator (>) or Manager (#)
Parameters
<INTERFACE-NAME>
Specifies the name of an interface on the switch. Format:
member/slot/port
.[vsx-peer]
Shows the output from the VSX peer switch. If the switches do not have the VSX configuration or the ISL is down, the output from the VSX peer switch is not displayed. This parameter is available on switches that support VSX.
Authority
Operators or Administrators or local user group members with execution rights for this command. Operators can execute this command from the operator context (>) only.
Usage
Statistics include:
- Tx Bytes: Total bytes transmitted. The byte count may include packet headers and internal metadata that are removed before the packet is transmitted. Packet headers added when the packet is transmitted may not be included.
- Tx Packets: Total packets transmitted.
- Tx Drops: The number of packets dropped by a queue before it was sent. When traffic cannot be forwarded out an egress interface, it backs up at ingress. The more servicing assigned to a queue by a schedule profile, the less likely traffic destined for that queue will back up and be dropped. Tx Drops shows the sum of packets that were dropped across all line modules (due to insufficient capacity) by the ingress Virtual Output Queues (VOQs) destined for the egress port.
- Tx Byte Depth: Largest byte depth (or high watermark) found on any ingress line module Virtual Output Queue (VOQ) destined for the egress port.
Examples
Showing settings for interface 1/1/5:
switch# show interface 5
Interface 1/1/5 is down (Administratively down)
Admin state is down
State information: admin_down
Hardware: Ethernet, MAC Address: aa:55:aa:55:00:29
MTU 1500
Full-duplex
qos trust cos
qos schedule-profile default
qos shape 400000 burst 70
rate-limit broadcast 500 kbps
rate-limit multicast 4000 pps
rate-limit broadcast unknown-unicast 100 kbps
Speed 0 Mb/s
Auto-Negotiation is turned on
Flow-control: off
Showing queue statistics for interface 1/1/5:
switch# show interface 1/1/5 queues Interface 1/1/5 is up Admin state is up Tx Bytes Tx Packets Tx Drops Tx Byte Depth Q0 157113373520 1890863919 0 1362 Q1 233312143017 2808451320 18 65550 Q2 156814056423 1887257650 0 1392 Q3 157441358980 1894815504 0 1374 Q4 157700809294 1897941370 0 1362 Q5 157872849381 1900014146 0 1392 Q6 183486049854 2208268429 0 4398 Q7 231607534141 2787913734 0 65544