server.xml elements beginning with Q
The following elements are discussed below:
qos
The qos element configures the Quality of Service (QoS) statistics collection subsystem. This element may appear zero or one time within the server element. For more information, see server.
Subelements
The qos element can contain the following subelements:
Table 3-39 List of qos Subelements
| Element | Occurrences | Description |
|---|---|---|
| enabled | 0 or 1 | Determines whether the system tracks the QOS information. The default value is true if qos-limits are enabled, and false if qos-limits are not enabled. For details, see qos-limits. |
| interval | 0 or 1 | The interval (in seconds) over which the QOS information is averaged. The value can be from 0.001 to 3600. |
See Also
qos-limits
The qos-limits element configures QOS (Quality of Service) limits. This element may appear zero or one time within the server element, and zero or one time within the virtual-server element. For more information, see server, and virtual-server.
Subelements
The qos-limits element can contain the following subelements:
Table 3-40 List of qos-limits Subelements
| Element | Occurrences | Description |
|---|---|---|
| enabled | 0 or 1 | Determines whether the QOS limits are enforced at runtime. The default value is true. |
| max-bps | 0 or 1 | The maximum transfer rate (bytes per second). The value can be from 1 to 2147483647. |
| max-connections | 0 or 1 | The maximum number of concurrent connections. The value can be from 1 to 1048576. |