Modifier and Type | Interface and Description |
---|---|
interface |
ClassesData
This class provides access to all the classes information that Health Center
monitored.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CpuData
This class provides access to all the cpu information that
Health Center monitored.
|
Modifier and Type | Interface and Description |
---|---|
interface |
EnvironmentData
This class provides information about the the operating environment
that the monitored Java application is running in.
|
Modifier and Type | Interface and Description |
---|---|
interface |
GCData
This class provides information about the garbage collection behaviour in the
monitored Java application.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IOData
This class provides access to all the file input/output information that
Health Center has monitored.
|
Modifier and Type | Interface and Description |
---|---|
interface |
LockingData
This class contains general information about thread locks, or monitors.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MethodTraceData
This class represents a collection of method trace events.
|
Modifier and Type | Interface and Description |
---|---|
interface |
NativeMemoryData
This class contains general information about the native memory usage of the
process and the system that are being monitored.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ProfilingData
This class represents all the profiling data that was processed by Health
Center.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ThreadsData
This class represents a snapshot of all the threads in the monitored
application and their current status
|