JConsole
JConsole is a graphical monitoring tool to monitor Java Virtual Machine (JVM) and Java applications both on a local or remote machine.
JConsole uses underlying features of Java Virtual Machine to provide information on performance and resource consumption of applications running on the Java platform using Java Management Extensions (JMX) technology. JConsole comes as part of Java Development Kit (JDK) and the graphical console can be started using "jconsole" command.
See also
External links
- [http://docs.oracle.com/javase/8/docs/technotes/guides/management/jconsole.html Using JConsole] Oracle's article on using JConsole.
- [http://docs.oracle.com/javase/8/docs/technotes/guides/management/toc.html Java SE Monitoring and Management Guide] A technical guide.
- [http://java.sun.com/javase/7/docs/technotes/guides/management/index.html Monitoring and Management for the Java Platform] JMX and JConsole in Sun Developer Network.
- [http://java.sun.com/javase/7/docs/technotes/tools/share/jconsole.html JConsole command manual.] Command usage and options.
- [https://github.com/patric-r/jvmtop jvmtop] JConsole-like open source monitoring tool (but terminal based).