Uses of Interface
org.jboss.modcluster.load.metric.LoadMetric
Packages that use LoadMetric
-
Uses of LoadMetric in org.jboss.modcluster.load.impl
Constructor parameters in org.jboss.modcluster.load.impl with type arguments of type LoadMetricModifierConstructorDescriptionDynamicLoadBalanceFactorProvider
(Set<LoadMetric> metrics) DynamicLoadBalanceFactorProvider
(Set<LoadMetric> metrics, int initialLoad) -
Uses of LoadMetric in org.jboss.modcluster.load.metric.impl
Classes in org.jboss.modcluster.load.metric.impl that implement LoadMetricModifier and TypeClassDescriptionclass
AbstractLoadMetric
implementation with basic mutators/accessors.class
class
LoadMetric
implementation that returns the total number of active web sessions.class
UsesOperatingSystemMXBean.getSystemLoadAverage()
to calculate average system load.class
LoadMetric
implementation that returns the total number of busy connector threads.class
LoadMetric
implementation that returns the heap memory usage ratio.class
GenericLoadMetric
whose load is the aggregated value of an mbean attribute.class
GenericLoadMetric
whose load is the ratio of 2 aggregated mbean attributes.class
LoadMetric
implementation that returns the incoming bandwidth in KB.class
LoadMetric
implementation that returns the number of web requests.class
LoadMetric
implementation that returns the outgoing bandwidth in KB.