程序包 org.springframework.boot.actuate.management
Actuator support for JVM management.
接口概要 接口 说明 HeapDumpWebEndpoint.HeapDumper Strategy interface used to dump the heap to a file.类概要 类 说明 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.异常错误概要 异常错误 说明 HeapDumpWebEndpoint.HeapDumperUnavailableException Exception to be thrown if theHeapDumpWebEndpoint.HeapDumpercannot be created.