jdk/src/share/demo/management/index.html
author tbell
Fri, 27 Feb 2009 10:54:11 -0800
changeset 2091 7faffd237305
parent 2 90ce3da70b43
permissions -rw-r--r--
Merge

<html>
<head> <title>java.lang.management Demonstration Code</title> </head>


<h1>java.lang.management Demonstration Code</h1>

<ul>

<li>
<A HREF="FullThreadDump">FullThreadDump</A>
<br>
Shows how to get thread dumps and look for deadlocks.
</li>

<li>
<A HREF="VerboseGC">VerboseGC</A>
<br>
Shows how you can find out about Garbage Collection in the VM.
</li>

<li>
<A HREF="MemoryMonitor">MemoryMonitor</A>
<br>
Shows how you can find out the memory usage in the VM.
</li>

<li>
<A HREF="JTop">JTop</A>
<br>
Shows how you can find out the threads with top CPU usage.
</li>


</ul>



<h2>Comments and Feedback</h2>

<p>
Comments regarding java.lang.management API or on any of these 
demonstrations should be sent through 
<A HREF="http://java.sun.com/mail">http://java.sun.com/mail/</A>


</html>