2
|
1 |
<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>
|
|
12 |
Shows how to get thread dumps and look for deadlocks.
|
|
13 |
</li>
|
|
14 |
|
|
15 |
<li>
|
|
16 |
<A HREF="VerboseGC">VerboseGC</A>
|
|
17 |
<br>
|
|
18 |
Shows how you can find out about Garbage Collection in the VM.
|
|
19 |
</li>
|
|
20 |
|
|
21 |
<li>
|
|
22 |
<A HREF="MemoryMonitor">MemoryMonitor</A>
|
|
23 |
<br>
|
|
24 |
Shows how you can find out the memory usage in the VM.
|
|
25 |
</li>
|
|
26 |
|
|
27 |
<li>
|
|
28 |
<A HREF="JTop">JTop</A>
|
|
29 |
<br>
|
|
30 |
Shows 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>
|
|
41 |
Comments regarding java.lang.management API or on any of these
|
|
42 |
demonstrations should be sent through
|
|
43 |
<A HREF="http://java.sun.com/mail">http://java.sun.com/mail/</A>
|
|
44 |
|
|
45 |
|
|
46 |
</html>
|