Package com.sun.management

This package contains the JDK's extension to the standard implementation of the java.lang.management API and also defines the management interface for some other components of the platform.

All platform MBeans are registered in the platform MBeanServer which can be obtained via the ManagementFactory.getPlatformMBeanServer()

Since:
1.5
Interface Description
DiagnosticCommandMBean

Management interface for the diagnostic commands for the HotSpot Virtual Machine.

GarbageCollectorMXBean

Platform-specific management interface for a garbage collector which performs collections in cycles.

HotSpotDiagnosticMXBean

Diagnostic management interface for the HotSpot Virtual Machine.

OperatingSystemMXBean

Platform-specific management interface for the operating system on which the Java virtual machine is running.

ThreadMXBean

Platform-specific management interface for the thread system of the Java virtual machine.

UnixOperatingSystemMXBean

Platform-specific management interface for the Unix operating system on which the Java virtual machine is running.

Class Description
GarbageCollectionNotificationInfo

The information about a garbage collection

GcInfo

Garbage collection information.

VMOption

Information about a VM option including its value and where the value came from which is referred as its origin.

Enum Description
VMOption.Origin

Origin of the value of a VM option.

© 1993, 2020, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/11/docs/api/jdk.management/com/sun/management/package-summary.html