| Class | Description |
|---|---|
| BaseHealthCheck<O extends HealthCheckExecutionOptions,C extends Checker> |
Base class for all health check services
|
| BaseThresholdHealthCheck<O extends HealthCheckWithThresholdExecutionOptions,C extends ThresholdDiagnosticsChecker> |
Base class for all healthchecks that have configurable Critical/Warning/Good levels
|
| CpuUsageHealthCheck | |
| GarbageCollectorHealthCheck |
-XX:+UseSerialGC -->
|
| HeapMemoryUsageHealthCheck | |
| HoggingThreadsHealthCheck |
A "hogging thread" is a thread that uses most of the CPU during the measured period.
|
| MachineMemoryUsageHealthCheck |
Copyright © 2021. All rights reserved.