The display qos-profile statistics bridge-domain command displays the statistics about the QoS profiles on a specific BD.
Parameter | Description | Value |
---|---|---|
bd-id |
Specifies a bridging domain ID. |
The value is an integer ranging from 1 to 16777215. |
inbound |
Displays statistics about the QoS profiles applied in the inbound direction. |
- |
outbound |
Displays statistics about about the QoS profiles applied in the outbound direction. |
- |
verbose |
Displays detailed information. |
- |
Usage Scenario
After an interface is bound to a BD and CAR is configured using the qos-profile command, you can run the command to view statistics about QoS profiles on all member interfaces in the BD.
Precautions
Global-VE interfaces do not support the collection of queue rate statistics.
Whether the random-discard and buffer size fields can be displayed depends on the current interface hardware type.The actual command output varies according to the device. The command output here is only an example.
<HUAWEI> display qos-profile statistics bridge-domain 1 inbound
[total]
Pass: 0 packets, 0 bytes
Discard: 0 packets, 0 bytes
Last 5 minutes pass rate:
0 pps, 0 bps
Last 5 minutes discard rate:
0 pps, 0 bps
<HUAWEI> display qos-profile statistics bridge-domain 1 inbound verbose GigabitEthernet0/1/0.1 inbound traffic statistics: [be] Pass: 0 packets, 0 bytes Discard: 0 packets, 0 bytes Random-discard: 0 packets, 0 bytes Last 5 minutes pass rate: 0 pps, 0 bps Last 5 minutes discard rate: 0 pps, 0 bps Last 5 minutes random discard rate: 0 pps, 0 bps buffer size: 10 kbytes used buffer size: 0 kbytes last packet was received at: 0000-00-00 00:00:00 [af1] Pass: 0 packets, 0 bytes Discard: 0 packets, 0 bytes Random-discard: 0 packets, 0 bytes Last 5 minutes pass rate: 0 pps, 0 bps Last 5 minutes discard rate: 0 pps, 0 bps Last 5 minutes random discard rate: 0 pps, 0 bps buffer size: 10 kbytes used buffer size: 0 kbytes last packet was received at: 0000-00-00 00:00:00 [af2] Pass: 0 packets, 0 bytes Discard: 0 packets, 0 bytes Random-discard: 0 packets, 0 bytes Last 5 minutes pass rate: 0 pps, 0 bps Last 5 minutes discard rate: 0 pps, 0 bps Last 5 minutes random discard rate: 0 pps, 0 bps buffer size: 10 kbytes used buffer size: 0 kbytes last packet was received at: 0000-00-00 00:00:00 [af3] Pass: 0 packets, 0 bytes Discard: 0 packets, 0 bytes Random-discard: 0 packets, 0 bytes Last 5 minutes pass rate: 0 pps, 0 bps Last 5 minutes discard rate: 0 pps, 0 bps Last 5 minutes random discard rate: 0 pps, 0 bps buffer size: 10 kbytes used buffer size: 0 kbytes last packet was received at: 0000-00-00 00:00:00 [af4] Pass: 0 packets, 0 bytes Discard: 0 packets, 0 bytes Random-discard: 0 packets, 0 bytes Last 5 minutes pass rate: 0 pps, 0 bps Last 5 minutes discard rate: 0 pps, 0 bps Last 5 minutes random discard rate: 0 pps, 0 bps buffer size: 10 kbytes used buffer size: 0 kbytes last packet was received at: 0000-00-00 00:00:00 [ef] Pass: 0 packets, 0 bytes Discard: 0 packets, 0 bytes Random-discard: 0 packets, 0 bytes Last 5 minutes pass rate: 0 pps, 0 bps Last 5 minutes discard rate: 0 pps, 0 bps Last 5 minutes random discard rate: 0 pps, 0 bps buffer size: 10 kbytes used buffer size: 0 kbytes last packet was received at: 0000-00-00 00:00:00 [cs6] Pass: 0 packets, 0 bytes Discard: 0 packets, 0 bytes Random-discard: 0 packets, 0 bytes Last 5 minutes pass rate: 0 pps, 0 bps Last 5 minutes discard rate: 0 pps, 0 bps Last 5 minutes random discard rate: 0 pps, 0 bps buffer size: 10 kbytes used buffer size: 0 kbytes last packet was received at: 0000-00-00 00:00:00 [cs7] Pass: 0 packets, 0 bytes Discard: 0 packets, 0 bytes Random-discard: 0 packets, 0 bytes Last 5 minutes pass rate: 0 pps, 0 bps Last 5 minutes discard rate: 0 pps, 0 bps Last 5 minutes random discard rate: 0 pps, 0 bps buffer size: 10 kbytes used buffer size: 0 kbytes last packet was received at: 0000-00-00 00:00:00 [total] Pass: 0 packets, 0 bytes Discard: 0 packets, 0 bytes Random-discard: 0 packets, 0 bytes Last 5 minutes pass rate: 0 pps, 0 bps Last 5 minutes discard rate: 0 pps, 0 bps Last 5 minutes random discard rate: 0 pps, 0 bps Traffic towards this interface: 0 bps Configured CIR and PIR: 1,000 kbps, 1,000 kbps
Item | Description |
---|---|
Last 5 minutes pass rate | Rate of passing packets, in pps and also in bit/s. |
Last 5 minutes discard rate | Rate of dropped packets, in pps and also in bit/s. |
Last 5 minutes random discard rate | Rate of randomly dropped packets, in pps and bps. |
buffer size | Indicates the available buffer size of a queue. |
used buffer size | Indicates the used buffer size of a queue. |
last packet was received at | Iast packet was received. |
Traffic towards this interface | Rate of traffic passing the interface, including the traffic that is forwarded and discarded. |
Configured CIR and PIR | User-queue CIR and PIR configured in a QoS profile. If the CIR percentage is configured in a QoS profile, the user-queue CIR is calculated by multiplying the sum of physical bandwidths of Up member interfaces and the configured CIR percentage. This field displays only the configured value. When member interfaces of a trunk interface reside on different forwarding modules (NP) or traffic management modules (TM), the actual effective bandwidth multiplies by default, but the value of this field does not multiply. |
Pass | Count of passing flows, in packets and also in bytes. |
Discard | Count of dropped flows, in packets and also in bytes. |
Random-discard | Count of randomly dropped packets, in packets and bytes, respectively. |