Provides the management interface for monitoring and management of the Java virtual machine as well as the operating system on which the Java virtual machine is running. Exposes the JDK-provided JMX MBeans in the java.lang and java.nio JMX domains.
Runtime only resource This resource is runtime only and doesn't have any persistent configuration.
Children (1)
type The platform MBeans, organized by the value of the 'type' property in the MBean's ObjectName.
buffer-pool The management interface for a buffer pool, for example a pool of direct or mapped buffers.
class-loading The management interface for the class loading system of the Java virtual machine.
compilation The management interface for the compilation system of the Java virtual machine
garbage-collector Parent resource for the resources providing the management interface for the garbage collection of the Java virtual machine.
memory The management interface for the memory system of the Java virtual machine.
memory-manager The management interface for a memory manager. A memory manager manages one or more memory pools of the Java virtual machine.
memory-pool The management interface for a memory pool. A memory pool represents the memory resource managed by the Java virtual machine and is managed by one or more memory managers.
operating-system The management interface for the operating system on which the Java virtual machine is running.
runtime The management interface for the runtime system of the Java virtual machine.
threading The management interface for the thread system of the Java virtual machine.