Package org.jboss.modcluster.load.metric.impl
package org.jboss.modcluster.load.metric.impl
-
ClassDescriptionAbstract
LoadMetric
implementation with basic mutators/accessors.LoadMetric
implementation that returns the total number of active web sessions.UsesOperatingSystemMXBean.getSystemLoadAverage()
to calculate average system load.LoadMetric
implementation that returns the total number of busy connector threads.Computes incremental load change per second from record of previous load.LoadMetric
implementation that returns the heap memory usage ratio.GenericLoadMetric
whose load is the aggregated value of an mbean attribute.GenericLoadMetric
whose load is the ratio of 2 aggregated mbean attributes.LoadMetric
implementation that returns the incoming bandwidth in KB.LoadMetric
implementation that returns the number of web requests.LoadMetric
implementation that returns the outgoing bandwidth in KB.