Package | Description |
---|---|
org.jboss.modcluster.load.metric.impl |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMBeanLoadMetric |
class |
ActiveSessionsLoadMetric
LoadMetric implementation that returns the total number of active web sessions. |
class |
AverageSystemLoadMetric
Uses
OperatingSystemMXBean.getSystemLoadAverage() to calculate average system load. |
class |
BusyConnectorsLoadMetric
LoadMetric implementation that returns the total number of busy connector threads. |
class |
HeapMemoryUsageLoadMetric
LoadMetric implementation that returns the heap memory usage ratio. |
class |
MBeanAttributeLoadMetric
Generic
LoadMetric whose load is the aggregated value of an mbean attribute. |
class |
MBeanAttributeRatioLoadMetric
Generic
LoadMetric whose load is the ratio of 2 aggregated mbean attributes. |
class |
ReceiveTrafficLoadMetric
LoadMetric implementation that returns the incoming bandwidth in KB. |
class |
RequestCountLoadMetric
LoadMetric implementation that returns the number of web requests. |
class |
SendTrafficLoadMetric
LoadMetric implementation that returns the outgoing bandwidth in KB. |
Copyright © 2023 JBoss by Red Hat. All rights reserved.