blob: aa731502f418a8edf49ac2812b68d79f2d088ad2 [file] [log] [blame]
J. Duke319a3b92007-12-01 00:00:00 +00001.'" t
2." Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.
3." DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4."
5." This code is free software; you can redistribute it and/or modify it
6." under the terms of the GNU General Public License version 2 only, as
7." published by the Free Software Foundation.
8."
9." This code is distributed in the hope that it will be useful, but WITHOUT
10." ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11." FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
12." version 2 for more details (a copy is included in the LICENSE file that
13." accompanied this code).
14."
15." You should have received a copy of the GNU General Public License version
16." 2 along with this work; if not, write to the Free Software Foundation,
17." Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
18."
19." Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
20." CA 95054 USA or visit www.sun.com if you need additional information or
21." have any questions.
22." `
23.TH jconsole 1 "07 Aug 2006"
24." Generated by html2man
25
26.LP
27.SH NAME
28jconsole \- Java Monitoring and Management Console
29.LP
30.SH "SYNOPSIS"
31.LP
32
33.LP
34.nf
35\f3
36.fl
37\fP\f3jconsole\fP [ \f2options\fP ] [ connection ... ]
38.fl
39
40.fl
41.fi
42
43.LP
44.SH "PARAMETERS"
45.LP
46
47.LP
48.RS 3
49.TP 3
50options
51Options, if used, should follow immediately after the command name.
52.br
53.TP 3
54connection = pid | host:port | jmxUrl
55.RS 3
56\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 JMX Monitoring and Management for details.
57.br
58\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 JMX Monitoring and Management for details.
59.br
60\f2jmxUrl\fP\ \ Address of the JMX agent to be connected to as described in JMXServiceURL.
61.RE
62.RE
63
64.LP
65.SH "DESCRIPTION"
66.LP
67
68.LP
69.LP
70The \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.
71.LP
72.LP
73On 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.
74.LP
75.SH "OPTIONS"
76.LP
77
78.LP
79.RS 3
80.TP 3
81\-interval=n
82Set the update interval to \f2n\fP seconds (default is 4 seconds).
83.TP 3
84\-notile\
85Do not tile windows initially (for two or more connections).
86.TP 3
87\-pluginpath\ plugins
88Specify a list of directories or JAR files which are searched for JConsole plugins. The \f2plugins\fP path should contain a provider\-configuration file named:
89.br
90.nf
91\f3
92.fl
93 META\-INF/services/com.sun.tools.jconsole.JConsolePlugin
94.fl
95\fP
96.fi
97.LP
98containing one line for each plugin specifying the fully qualified class name of the class implementing the com.sun.tools.jconsole.JConsolePlugin class.
99.TP 3
100\-version\
101Output version information and exit.
102.TP 3
103\-help\
104Output help message and exit.
105.TP 3
106\-J<flag>\
107Pass <flag> to the Java virtual machine on which jconsole is run.
108.RE
109
110.LP
111.SH "SEE ALSO"
112.LP
113.RS 3
114.TP 2
115o
116Using JConsole
117.TP 2
118o
119Monitoring and Management for Java Platform
120.RE
121
122.LP
123
124.LP
125