Interface | Description |
---|---|
JvmMXBean |
Management interface for the MBean "WebSphere:type=JvmStats".
|
ThreadPoolMXBean |
Management interface for the MBean "WebSphere:type=ThreadPoolStats,name=Default Executor".
|
Class | Description |
---|---|
Counter |
A counter is used to track and record metrics related to counted items
such as processed requests, bytes read, or bytes written.
|
CounterReading |
Represents a snapshot of a
Counter . |
Meter |
Abstract base class that serves as the foundation for all meter
implementations.
|
StatisticsMeter |
A meter that maintains distribution statistics about the data added
to the meter.
|
StatisticsReading |
Represents a snapshot of a
StatisticsMeter . |