jdk/src/demo/share/management/index.html
author sundar
Mon, 31 Aug 2015 17:51:02 +0530
changeset 32434 769b3d81ae69
parent 25859 3317bb8137f4
permissions -rw-r--r--
8134731: Function.prototype.apply interacts incorrectly with arguments Reviewed-by: attila, hannesw

<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>