HOME

TheInfoList



OR:

JConsole is a graphical monitoring tool to monitor
Java Virtual Machine A Java virtual machine (JVM) is a virtual machine that enables a computer to run Java programs as well as programs written in other languages that are also compiled to Java bytecode. The JVM is detailed by a specification that formally descr ...
(JVM) and Java applications both on a local or remote machine. JConsole uses underlying features of
Java Virtual Machine A Java virtual machine (JVM) is a virtual machine that enables a computer to run Java programs as well as programs written in other languages that are also compiled to Java bytecode. The JVM is detailed by a specification that formally descr ...
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 The Java Development Kit (JDK) is a distribution of Java technology by Oracle Corporation. It implements the Java Language Specification (JLS) and the Java Virtual Machine Specification (JVMS) and provides the Standard Edition (SE) of the Java ...
(JDK) and the graphical console can be started using "jconsole" command.


See also

* Java Management Extensions *
Java Development Kit The Java Development Kit (JDK) is a distribution of Java technology by Oracle Corporation. It implements the Java Language Specification (JLS) and the Java Virtual Machine Specification (JVMS) and provides the Standard Edition (SE) of the Java ...


External links


Using JConsole
Oracle's article on using JConsole.

A technical guide.

JMX and JConsole in Sun Developer Network.

Command usage and options.
jvmtop
JConsole-like open source monitoring tool (but terminal based). Java APIs Management Extensions Management Extensions Network management