Class ActiveSessionsLoadMetric
java.lang.Object
org.jboss.modcluster.load.metric.impl.AbstractLoadMetric
org.jboss.modcluster.load.metric.impl.ActiveSessionsLoadMetric
- All Implemented Interfaces:
LoadMetric
,LoadMetricMBean
LoadMetric
implementation that returns the total number of active web sessions.- Author:
- Paul Ferraro
-
Field Summary
Fields inherited from interface org.jboss.modcluster.load.metric.LoadMetric
DEFAULT_CAPACITY, DEFAULT_WEIGHT
-
Constructor Summary
-
Method Summary
Methods inherited from class org.jboss.modcluster.load.metric.impl.AbstractLoadMetric
getCapacity, getWeight, setCapacity, setWeight
-
Constructor Details
-
ActiveSessionsLoadMetric
public ActiveSessionsLoadMetric()
-
-
Method Details
-
getLoad
Description copied from interface:LoadMetric
Returns the current load of this metric as a percent of the metric's capacity.- Returns:
- raw load / capacity.
-