B.3. Load Configuration
The following table contains additional configuration properties that are used when
mod_cluster
is configured with Tomcat:
Attribute | Default Value | Description |
---|---|---|
loadMetricClass | org.jboss.modcluster.load.metric.impl.BusyConnectorsLoadMetric | This is the class name of an object that is implementing org.jboss.load.metric.LoadMetric. |
loadMetricCapacity | 1 | This is the capacity of the load metric defined via the loadMetricClass property. |
loadHistory | 9 | This is the number of historic load values that must be considered in the load balance factor computation. |
loadDecayFactor | 2 | This is the factor by which the historic load values decrease in significance. |