Displays QoS (Quality of Service) information on the switch.
ports | Specifies to show ports. |
port_list | Specifies a list of ports. |
port_group | Specifies the port group name. |
all | Specifies all ports. |
NULL | NULL. |
Displays egress QoS information for all ports.
The displayed QoS profile information differs depending on the platform you are running on. The following section shows examples for different platforms.
The display varies depending on your platform.
The following shows the information that appears when you omit the optional port parameter:
# show qosprofile QP1 Weight = 1 Max Buffer Percent = 100 QP2 Weight = 1 Max Buffer Percent = 100 QP8 Weight = 1 Max Buffer Percent = 100
The following example shows how the display appears when the switch is configured for weighted-round-robin mode and some QoS profiles are configured for strict priority mode:
# show qosprofile QP1 Weight = 1 Max Buffer Percent = 100 QP2 Weight = 1 Max Buffer Percent = 100 QP3 Weight = 1 Max Buffer Percent = 100 QP5 Strict-Priority Max Buffer Percent = 100 QP8 Strict-Priority Max Buffer Percent = 100
When you add the optional port parameter, the switch displays the following sample output:
Switch.6 # show qosprofile ports 1:1-2 Port: 1:1 QP1 MinBw = 20% MaxBw = 50% MaxBuf = 100% QP8 MinBw = 0% MaxBw = 100% MaxBuf = 1000% Port: 1:2 QP1 MinBw = 0% MaxBw = 100% MaxBuf = 100% QP8 MinBw = 0% MaxBw = 100% MaxBuf = 100%
Note
This last sample output is not available on the XGS2 ports.When you add the optional port group, the switch displays the following sample output:
# show qosprofile ports qosGroupA Group: qosGroupA Ports: 1-3 QP1 MinBw = 0% MaxBw = 100% MaxBuf = 100% Weight = 1 QP3 MinBw = 0% MaxBw = 34% MaxBuf = 100% Weight = 1 QP4 MinBw = 0% MaxBw = 10% MaxBuf = 100% Weight = 1 QP5 MinBw = 0% MaxBw = 1% MaxBuf = 100% Weight = 1 QP8 MinBw = 0% MaxBw = 100% MaxBuf = 100% Weight = 1
This command was first available in ExtremeXOS 10.1.
The ingress information was added in ExtremeXOS 11.0.