R3303-HP HSR6800 Routers ACL and QoS Command Reference
87
Syntax
display qos pq interface [ interface-type interface-number ] [ | { begin | exclude | include }
regular-expression ]
Views
Any view
Default command level
1: Monitor level
Parameters
interface-type interface-number: Specifies an interface by its type and number.
|: Filters command output by specifying a regular expression. For more information about regular
expressions, see Fundamentals Configuration Guide.
begin: Displays the first line that matches the specified regular expression and all lines that follow.
exclude: Displays all lines that do not match the specified regular expression.
include: Displays all lines that match the specified regular expression.
regular-expression: Specifies a regular expression, a case-sensitive string of 1 to 256 characters.
Usage guidelines
If no interface is specified, this command displays the PQ configuration and statistics of all interfaces.
If a VT interface is specified, this command displays QoS PQ information of all VA interfaces inheriting
the VT interface, but does not display QoS information about the VT interface.
Examples
# Display the PQ configuration and statistics of GigabitEthernet 1/0/1.
<Sysname> display qos pq interface gigabitethernet 1/0/1
Interface: GigabitEthernet1/0/1
Output queue : (Urgent queuing : Size/Length/Discards) 0/100/0
Output queue : (Protocol queuing : Size/Length/Discards) 0/500/0
Output queue : (Priority queuing : PQL 1 Size/Length/Discards)
Top: 0/20/0 Middle: 0/40/0 Normal: 0/60/0 Bottom: 0/80/0
Table 28 Command output
Field Descri
p
tion
Interface Interface type and interface number.
Output queue Output queue information.
Priority queuing Priority queuing. The PQ list in use is displayed.
Size Number of packets in a queue.
Length Queue length, which specifies the maximum number of packets a queue can hold.
Discards Number of dropped packets.
Top Top priority queue.
Middle Middle priority queue.
Normal Normal priority queue.