jdk/src/demo/share/management/index.html
changeset 25859 3317bb8137f4
parent 2 90ce3da70b43
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/jdk/src/demo/share/management/index.html	Sun Aug 17 15:54:13 2014 +0100
@@ -0,0 +1,46 @@
+<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>