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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
<html>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
<head> <title>java.lang.management Demonstration Code</title> </head>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
<h1>java.lang.management Demonstration Code</h1>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
<ul>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
<li>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
<A HREF="FullThreadDump">FullThreadDump</A>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
<br>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
Shows how to get thread dumps and look for deadlocks.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
</li>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
<li>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
<A HREF="VerboseGC">VerboseGC</A>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
<br>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
Shows how you can find out about Garbage Collection in the VM.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
</li>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
90ce3da70b43 Initial load
duke
parents:
diff changeset
    21
<li>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    22
<A HREF="MemoryMonitor">MemoryMonitor</A>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    23
<br>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
Shows how you can find out the memory usage in the VM.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
</li>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
<li>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
<A HREF="JTop">JTop</A>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
<br>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
Shows how you can find out the threads with top CPU usage.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
</li>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
</ul>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
<h2>Comments and Feedback</h2>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
<p>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
Comments regarding java.lang.management API or on any of these 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
demonstrations should be sent through 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
<A HREF="http://java.sun.com/mail">http://java.sun.com/mail/</A>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
</html>