Package org.springframework.boot.actuate.management
package org.springframework.boot.actuate.management
Actuator support for JVM management.
-
ClassDescriptionWeb
@Endpoint
to expose heap dumps.Strategy interface used to dump the heap to a file.Exception to be thrown if theHeapDumpWebEndpoint.HeapDumper
cannot be created.HeapDumpWebEndpoint.HeapDumper
that usescom.sun.management.HotSpotDiagnosticMXBean
, available on Oracle and OpenJDK, to dump the heap to a file.@Endpoint
to expose thread info.Description of a thread dump.