1jconsole(1)                 General Commands Manual                jconsole(1)
2
3
4

Name

6       jconsole - Java Monitoring and Management Console
7

SYNOPSIS

9       jconsole [ options ] [ connection ... ]
10
11
12

PARAMETERS

14          options
15             Options,  if  used,  should  follow immediately after the command
16             name.
17
18          connection = pid | host:port | jmxUrl
19
20             o pid Process ID of a local Java VM. The Java VM must be  running
21               with the same user ID as the user ID running jconsole. See JMX
22               Monitoring and Management @
23               http://docs.oracle.com/javase/7/docs/technotes/guides/manage
24               ment/agent.html for details.
25
26             o host:port Name of the host system on which the Java VM is run‐
27               ning and the port number specified by the system property
28               com.sun.management.jmxremote.port when the Java VM was started.
29               See JMX Monitoring and Management @
30               http://docs.oracle.com/javase/7/docs/technotes/guides/manage
31               ment/agent.html for details.
32
33             o jmxUrl Address of the JMX agent to be connected to as described
34               in JMXServiceURL @
35               http://docs.oracle.com/javase/7/docs/api/javax/manage
36               ment/remote/JMXServiceURL.html.
37
38

DESCRIPTION

40       The jconsole command launches a graphical console tool that enables you
41       to monitor and manage Java applications and virtual machines on a local
42       or remote machine.
43
44       On Windows, jconsole does not associate with a console window. It will,
45       however, display a dialog box with error information if the jconsole
46       command fails for some reason.
47

OPTIONS

49          -interval=n
50             Set the update interval to n seconds (default is 4 seconds).
51
52          -notile
53             Do not tile windows initially (for two or more connections).
54
55          -pluginpath plugins
56             Specify a list of directories or JAR files which are searched for
57             JConsole plugins. The plugins path should contain a provider-con‐
58             figuration file named:
59                META-INF/services/com.sun.tools.jconsole.JConsolePlugin
60             containing one line for each plugin specifying the fully quali‐
61             fied class name of the class implementing the com.sun.tools.jcon‐
62             sole.JConsolePlugin @
63             http://docs.oracle.com/javase/7/docs/jdk/api/jcon
64             sole/spec/com/sun/tools/jconsole/JConsolePlugin.html class.
65
66          -version
67             Output version information and exit.
68
69          -help
70             Output help message and exit.
71
72          -J<flag>
73             Pass <flag> to the Java virtual machine on which jconsole is run.
74
75

SEE ALSO

77          o Using JConsole @
78            http://docs.oracle.com/javase/7/docs/technotes/guides/manage
79            ment/jconsole.html
80
81          o Monitoring and Management for Java Platform @
82            http://docs.oracle.com/javase/7/docs/technotes/guides/manage
83            ment/index.html
84
85
86                                  16 Mar 2012                      jconsole(1)
Impressum