| Server IP : 104.21.21.239 / Your IP : 216.73.216.30 Web Server : Apache/2.4.68 (Amazon Linux) OpenSSL/3.5.5 System : Linux ip-172-31-69-123.ec2.internal 6.1.176-223.369.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jul 24 13:34:27 UTC 2026 x86_64 User : ec2-user ( 1000) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib/jvm/java-1.8.0/demo/management/ |
Upload File : |
<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>