qoslist Command
Purpose
Lists a specific QoS (Quality of Service) Service Category or Policy Rule or lists all of them.
Syntax
To list a Service Category:
qoslist [ServiceCategory] service
To list a Policy Rule:
qoslist [ServicePolicyRule] policy
Description
The qoslist command lists the specified Service Category or Policy Rule. The qoslist command lists all Service Categories or Policy Rules if no specific name is given.
Exit Status
Item | Description |
---|---|
0 | Successful completion |
Positive Integer | An error occurred. |
Security
Attention RBAC users and Trusted AIX® users: This command can perform privileged operations. Only privileged users can run privileged operations. For more information about authorizations and privileges, see Privileged Command Database in Security. For a list of privileges and the authorizations associated with this command, see the lssecattr command or the getcmdattr subcommand.
Examples
- To list the sc01 service, type:
qoslist sc01 service
- To list the the pr01 policy, type:
qoslist pr01 policy
- To list all of the QoS ServiceCategories, type:
qoslist service
- To list all of the QoS PolicyRules, type:
qoslist policy