blob: f9f35064221b3e35c6489b9cb9e1aa845893e7c2 [file] [log] [blame]
J. Duke319a3b92007-12-01 00:00:00 +00001<html>
2<head> <title>java.lang.management Demonstration Code</title> </head>
3
4
5<h1>java.lang.management Demonstration Code</h1>
6
7<ul>
8
9<li>
10<A HREF="FullThreadDump">FullThreadDump</A>
11<br>
12Shows how to get thread dumps and look for deadlocks.
13</li>
14
15<li>
16<A HREF="VerboseGC">VerboseGC</A>
17<br>
18Shows how you can find out about Garbage Collection in the VM.
19</li>
20
21<li>
22<A HREF="MemoryMonitor">MemoryMonitor</A>
23<br>
24Shows how you can find out the memory usage in the VM.
25</li>
26
27<li>
28<A HREF="JTop">JTop</A>
29<br>
30Shows how you can find out the threads with top CPU usage.
31</li>
32
33
34</ul>
35
36
37
38<h2>Comments and Feedback</h2>
39
40<p>
41Comments regarding java.lang.management API or on any of these
42demonstrations should be sent through
43<A HREF="http://java.sun.com/mail">http://java.sun.com/mail/</A>
44
45
46</html>