Name

jconsole - Java Monitoring and Management Console

SYNOPSIS

f3
f3jconsole [ f2options ] [ connection ... ]
 

PARAMETERS

options Options, if used, should follow immediately after the command name.

connection = pid | host:port | jmxUrl

o f2pid Process ID of a local Java VM. The Java VM must be running with the same user ID as the user ID running jconsole. See

f2JMX Monitoring and Management @

http://docs.oracle.com/javase/7/docs/technotes/guides/management/agent.html for details.

o f2host:f2port Name of the host system on which the Java VM is running and the port number specified by the system property f2com.sun.management.jmxremote.port when the Java VM was started. See

f2JMX Monitoring and Management @

http://docs.oracle.com/javase/7/docs/technotes/guides/management/agent.html for details.

o f2jmxUrl Address of the JMX agent to be connected to as described in

f2JMXServiceURL @

http://docs.oracle.com/javase/7/docs/api/javax/management/remote/JMXServiceURL.html.

DESCRIPTION

The f3jconsole command launches a graphical console tool that enables you to monitor and manage Java applications and virtual machines on a local or remote machine.

On Windows, f3jconsole does not associate with a console window. It will, however, display a dialog box with error information if the f3jconsole command fails for some reason.

OPTIONS

-interval=n Set the update interval to f2n seconds (default is 4 seconds).

-notile Do not tile windows initially (for two or more connections).

-pluginpath plugins Specify a list of directories or JAR files which are searched for JConsole plugins. The f2plugins path should contain a provider-configuration file named:

f3
   META-INF/services/com.sun.tools.jconsole.JConsolePlugin

containing one line for each plugin specifying the fully qualified class name of the class implementing the

f2com.sun.tools.jconsole.JConsolePlugin @

http://docs.oracle.com/javase/7/docs/jdk/api/jconsole/spec/com/sun/tools/jconsole/JConsolePlugin.html class.

-version Output version information and exit.

-help Output help message and exit.

-J<flag> Pass <flag> to the Java virtual machine on which jconsole is run.

SEE ALSO

o

f2Using JConsole @

http://docs.oracle.com/javase/7/docs/technotes/guides/management/jconsole.html

o

f2Monitoring and Management for Java Platform @

http://docs.oracle.com/javase/7/docs/technotes/guides/management/index.html