| AbstractLoadMetric |
Abstract LoadMetric implementation with basic mutators/accessors.
|
| AbstractMBeanLoadMetric |
|
| ActiveSessionsLoadMetric |
LoadMetric implementation that returns the total number of active web sessions.
|
| AverageSystemLoadMetric |
|
| BusyConnectorsLoadMetric |
LoadMetric implementation that returns the total number of busy connector threads.
|
| DeterministicLoadStateImpl |
Computes incremental load change per second from record of previous load.
|
| HeapMemoryUsageLoadMetric |
LoadMetric implementation that returns the heap memory usage ratio.
|
| MBeanAttributeLoadMetric |
Generic LoadMetric whose load is the aggregated value of an mbean attribute.
|
| MBeanAttributeRatioLoadMetric |
Generic LoadMetric whose load is the ratio of 2 aggregated mbean attributes.
|
| ReceiveTrafficLoadMetric |
LoadMetric implementation that returns the incoming bandwidth in KB.
|
| RequestCountLoadMetric |
LoadMetric implementation that returns the number of web requests.
|
| SendTrafficLoadMetric |
LoadMetric implementation that returns the outgoing bandwidth in KB.
|