forked from xy2401/local-doc-java-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
103 lines (96 loc) · 4.13 KB
/
index.html
File metadata and controls
103 lines (96 loc) · 4.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head>
<meta name="generator" content="HTML Tidy for Windows (vers 1st March 2004), see www.w3.org"><title>Monitoring and Management for the Java Platform</title>
<style type="text/css">
p { margin-left: 0.5in }
pre { margin-left: 0.75in }
li, li pre, li p { margin-left: 0.25in }
</style></head>
<body bgcolor="white">
<!-- document header is table row with 3 cells-->
<table summary="layout" border="0" width="100%">
<tbody>
<tr><!-- Left cell: Java logo -->
<td><img src="javalogo52x88.gif" alt="Java" width="52" height="88" title=""></td>
<!-- Center cell: Title -->
<td align="center">
<h1>Monitoring and Management<br> for the Java<sup><font size="-2">TM</font></sup> Platform</h1>
</td>
<!-- Right cell: Up references -->
<td align="right" valign="top"><a href="../../index.html"><font size="-1">Documentation Contents</font></a></td>
</tr>
</tbody>
</table>
<!-- ====================== Body text begins here ====================== -->
<p>J2SE 5.0 introduces comprehensive monitoring and management
support for the Java platform. </p>
<h2>Guide</h2>
<ul>
<li><a href="overview.html">Overview</a></li>
<li><a href="agent.html">Monitoring and Management Using JMX<br>
</a></li>
<li><a href="jconsole.html">Using jconsole</a></li>
<li><a href="mxbeans.html">Using the Platform MBean Server and
Platform MBeans</a></li>
<li><a href="SNMP.html">Monitoring and Management Using SNMP<br>
</a></li>
</ul>
<h2>API Specifications</h2>
<p>J2SE 5.0 includes the following APIs for monitoring and
management:</p>
<ul>
<li><B><a name="JVM" id="JVM">Java Virtual Machine Monitoring and Management API</a></b><BR>
<p>The <a href="../../api/java/lang/management/package-summary.html">java.lang.management</a>
API 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.</p>
<P>
Example code is provided in the <code><i>JDK_HOME</i>/demo/management</code> directory.
</P>
</li>
<li><B><a name="Sun" id="Sun"></a>Sun Management Platform Extension</b><BR>
<p>The <a href="extension/index.html">com.sun.management</a>
package contains Sun Microsystems' platform extension to the
java.lang.management API and the management interface for some
other components of the platform.</p>
</li>
<li><B><a name="logging" id="logging"></a>Logging Monitoring and Management Interface</b><br>
<p>The <a href="../../api/java/util/logging/LoggingMXBean.html">java.util.logging.LoggingMXBean</a>
interface enables you to retrieve and set logging information.</p>
</li>
<li><B><a name="JMX" id="JMX"></a>Java Management Extensions (JMX)</b><br>
<p><a href="../jmx/spec.html">The JMX APIs</a> define the
architecture, design patterns, interfaces, and services for
application and network management and monitoring in Java.
The APIs are based on the <a href="http://java.sun.com/products/JavaManagement/download.html">JMX
specification</a>.</p>
</li>
</UL>
<h2><b>Tool Reference</b></h2>
<p><a href="../../tooldocs/index.html#manage">Java Monitoring and
Management Tools</a> (jconsole, jps, jstat, jstatd)</p>
<h2>Related Information</h2>
<ul>
<li><a href="http://java.sun.com/products/hotspot/index.html">Java
HotSpot Technology</a></li>
<li><a href="../vm/index.html">J2SE Java Virtual Machines</a></li>
<li><a href="http://java.sun.com/docs/hotspot/">Performance
Documentation for the Java HotSpot VM</a></li>
</ul>
<!-- =============== Body text ends here ===================== -->
<hr size="3" noshade="noshade">
<table summary="layout" border="0" width="100%">
<tbody>
<tr valign="top">
<td><font size="-2"><a href="../../relnotes/SMICopyright.html">Copyright</a>
© 2004 <a href="http://www.sun.com/">Sun Microsystems,
Inc.</a> All Rights Reserved.</font><br>
<font size="-1">Please <a href="http://java.sun.com/j2se/mail/mmfeedback.html">send us your
comments</a>.</font></td>
<td align="right"><img src="sunlogo64x30.gif" alt="Sun" border="0" width="64" height="30" title=""><br>
<br>
<font size="+1"><i>Java Software</i></font></td>
</tr>
</tbody>
</table>
</body></html>