... *Back to [[Book|Administrator's Configuration File Reference#cfr]] [[Topic|Administrator's Configuration File Reference#chap3]]* h2. {{server.xml}} elements beginning with Q
The following elements are discussed below:
|[#{{qos}}] |[#{{qos-limits}}] |
|
h3. {{qos}} {anchor:q1}
|
| 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].
[{{server}}|S#s3]. |
h4. 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. |
|
... h4. See Also
[#{{qos-limits}}]
|
h3. {{qos-limits}} {anchor:q2}
|
| 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],
[{{server}}|S#s3],
and
[#virtual-server].
[{{virtual-server}}|V & W#v2]. |
h4. 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. |
h4. See Also
[#{{qos}}]
|