Package org.springframework.boot.actuate.management
Actuator support for JVM management.
Interface Summary Interface Description HeapDumpWebEndpoint.HeapDumper Strategy interface used to dump the heap to a file.Class Summary Class Description HeapDumpWebEndpoint WebEndpointto expose heap dumps.HeapDumpWebEndpoint.HotSpotDiagnosticMXBeanHeapDumper HeapDumpWebEndpoint.HeapDumperthat usescom.sun.management.HotSpotDiagnosticMXBeanavailable on Oracle and OpenJDK to dump the heap to a file.ThreadDumpEndpoint Endpointto expose thread info.ThreadDumpEndpoint.ThreadDumpDescriptor A description of a thread dump.Exception Summary Exception Description HeapDumpWebEndpoint.HeapDumperUnavailableException Exception to be thrown if theHeapDumpWebEndpoint.HeapDumpercannot be created.