当前页面:
在线文档首页 >
JDK 5 Documentation v6.0, Java 2 SDK 英文文档
Monitoring and Management for the Java Platform - JDK 5 Documentation v6.0, Java 2 SDK 英文文档
The Java Platform Standard Edition (Java SE) 6 provides comprehensive monitoring and management support for the Java platform.
API Specifications
Java SE 6 includes the following APIs for monitoring and
management:
- java.lang.management - Enables monitoring and managing the Java virtual machine and
the underlying operating system. The API enables applications
to monitor themselves and enables JMX-compliant tools to monitor
and manage a virtual machine locally and remotely.
- com.sun.management
- Sun Microsystems' platform extension to the
java.lang.management API and the management interface for some
other components of the platform.
- java.util.logging.LoggingMXBean - Enables you to retrieve and set logging information.
- The Java Management Extensions (JMX) APIs - Defines the
architecture, design patterns, interfaces, and services for
application and network management and monitoring in Java. For more information, see the
JMX documentation.
- The Attach API -
Sun Microsystems' platform extension that allows a management agent to be
dynamically loaded into a virtual machine.
- The JConsole API -
Sun Microsystems' platform extension that provides a programmatic interface
to access JConsole such as adding a JConsole plugin. JTop is an example
JConsole plugin available at the
JDK_HOME/demo/management/JTop
directory.
Tutorials and Programmer's Guides
Tools
Enhancements
More Information