4176N/A." Copyright (c) 2004, 2011, Oracle and/or its affiliates. All rights reserved.
0N/A." DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
0N/A."
0N/A." This code is free software; you can redistribute it and/or modify it
0N/A." under the terms of the GNU General Public License version 2 only, as
0N/A." published by the Free Software Foundation.
0N/A."
0N/A." This code is distributed in the hope that it will be useful, but WITHOUT
0N/A." ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
0N/A." FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
0N/A." version 2 for more details (a copy is included in the LICENSE file that
0N/A." accompanied this code).
0N/A."
0N/A." You should have received a copy of the GNU General Public License version
0N/A." 2 along with this work; if not, write to the Free Software Foundation,
0N/A." Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
0N/A."
2362N/A." Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
2362N/A." or visit www.oracle.com if you need additional information or have any
2362N/A." questions.
1178N/A."
4880N/A.TH jconsole 1 "16 Mar 2012"
0N/A
0N/A.LP
1178N/A.SH "Name"
0N/Ajconsole \- Java Monitoring and Management Console
0N/A.LP
0N/A.SH "SYNOPSIS"
0N/A.LP
0N/A.nf
0N/A\f3
0N/A.fl
0N/A\fP\f3jconsole\fP [ \f2options\fP ] [ connection ... ]
0N/A.fl
0N/A
0N/A.fl
0N/A.fi
0N/A
0N/A.LP
0N/A.SH "PARAMETERS"
0N/A.LP
0N/A.RS 3
0N/A.TP 3
0N/Aoptions
0N/AOptions, if used, should follow immediately after the command name.
0N/A.TP 3
0N/Aconnection = pid | host:port | jmxUrl
0N/A.RS 3
4176N/A.TP 2
4176N/Ao
4176N/A\f2pid\fP 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
1178N/A.na
1178N/A\f2JMX Monitoring and Management\fP @
1178N/A.fi
4880N/Ahttp://docs.oracle.com/javase/7/docs/technotes/guides/management/agent.html for details.
4176N/A.TP 2
4176N/Ao
4176N/A\f2host\fP:\f2port\fP 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\fP when the Java VM was started. See
1178N/A.na
1178N/A\f2JMX Monitoring and Management\fP @
1178N/A.fi
4880N/Ahttp://docs.oracle.com/javase/7/docs/technotes/guides/management/agent.html for details.
4176N/A.TP 2
4176N/Ao
4176N/A\f2jmxUrl\fP Address of the JMX agent to be connected to as described in
1178N/A.na
1178N/A\f2JMXServiceURL\fP @
1178N/A.fi
4880N/Ahttp://docs.oracle.com/javase/7/docs/api/javax/management/remote/JMXServiceURL.html.
0N/A.RE
0N/A.RE
0N/A
0N/A.LP
0N/A.SH "DESCRIPTION"
0N/A.LP
0N/A.LP
0N/AThe \f3jconsole\fP command launches a graphical console tool that enables you to monitor and manage Java applications and virtual machines on a local or remote machine.
0N/A.LP
0N/A.LP
0N/AOn Windows, \f3jconsole\fP does not associate with a console window. It will, however, display a dialog box with error information if the \f3jconsole\fP command fails for some reason.
0N/A.LP
0N/A.SH "OPTIONS"
0N/A.LP
0N/A.RS 3
0N/A.TP 3
0N/A\-interval=n
0N/ASet the update interval to \f2n\fP seconds (default is 4 seconds).
0N/A.TP 3
4176N/A\-notile
0N/ADo not tile windows initially (for two or more connections).
0N/A.TP 3
4176N/A\-pluginpath plugins
0N/ASpecify a list of directories or JAR files which are searched for JConsole plugins. The \f2plugins\fP path should contain a provider\-configuration file named:
0N/A.br
0N/A.nf
0N/A\f3
0N/A.fl
0N/A META\-INF/services/com.sun.tools.jconsole.JConsolePlugin
0N/A.fl
0N/A\fP
0N/A.fi
1178N/Acontaining one line for each plugin specifying the fully qualified class name of the class implementing the
1178N/A.na
1178N/A\f2com.sun.tools.jconsole.JConsolePlugin\fP @
1178N/A.fi
4880N/Ahttp://docs.oracle.com/javase/7/docs/jdk/api/jconsole/spec/com/sun/tools/jconsole/JConsolePlugin.html class.
0N/A.TP 3
4176N/A\-version
0N/AOutput version information and exit.
0N/A.TP 3
4176N/A\-help
0N/AOutput help message and exit.
0N/A.TP 3
4176N/A\-J<flag>
0N/APass <flag> to the Java virtual machine on which jconsole is run.
0N/A.RE
0N/A
0N/A.LP
0N/A.SH "SEE ALSO"
0N/A.LP
0N/A.RS 3
0N/A.TP 2
0N/Ao
1178N/A.na
1178N/A\f2Using JConsole\fP @
1178N/A.fi
4880N/Ahttp://docs.oracle.com/javase/7/docs/technotes/guides/management/jconsole.html
0N/A.TP 2
0N/Ao
1178N/A.na
1178N/A\f2Monitoring and Management for Java Platform\fP @
1178N/A.fi
4880N/Ahttp://docs.oracle.com/javase/7/docs/technotes/guides/management/index.html
0N/A.RE
0N/A
0N/A.LP
0N/A