Interface: sun.management.HotspotRuntimeMBean
- public interface HotspotRuntimeMBean
Hotspot internal management interface for the runtime system.
This management interface is internal and uncommitted
and subject to change without notice.
Methods
-
getInternalRuntimeCounterstop
Returns a list of internal counters maintained in the Java virtual machine for the runtime system. -
getSafepointCounttop
public long getSafepointCount()Returns the number of safepoints taken place since the Java virtual machine started. -
getSafepointSyncTimetop
public long getSafepointSyncTime()Returns the accumulated time spent getting to safepoints in milliseconds. -
getTotalSafepointTimetop
public long getTotalSafepointTime()Returns the accumulated time spent at safepoints in milliseconds. This is the accumulated elapsed time that the application has been stopped for safepoint operations.
