src/jdk.jconsole/share/man/jconsole.1
author bpb
Mon, 25 Nov 2019 15:30:35 -0800
changeset 59263 f34ad283fcd6
parent 55140 d4890c3721be
permissions -rw-r--r--
8179320: File.getUsableSpace() returns a negative number on very large file system Reviewed-by: alanb, rriggs, darcy
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
55140
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
     1
.\" Copyright (c) 1994, 2019, Oracle and/or its affiliates. All rights reserved.
31876
91b22707521a 8131105: Header Template for nroff man pages *.1 files contains errors
mfang
parents: 21743
diff changeset
     2
.\" DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
91b22707521a 8131105: Header Template for nroff man pages *.1 files contains errors
mfang
parents: 21743
diff changeset
     3
.\"
91b22707521a 8131105: Header Template for nroff man pages *.1 files contains errors
mfang
parents: 21743
diff changeset
     4
.\" This code is free software; you can redistribute it and/or modify it
91b22707521a 8131105: Header Template for nroff man pages *.1 files contains errors
mfang
parents: 21743
diff changeset
     5
.\" under the terms of the GNU General Public License version 2 only, as
91b22707521a 8131105: Header Template for nroff man pages *.1 files contains errors
mfang
parents: 21743
diff changeset
     6
.\" published by the Free Software Foundation.
91b22707521a 8131105: Header Template for nroff man pages *.1 files contains errors
mfang
parents: 21743
diff changeset
     7
.\"
91b22707521a 8131105: Header Template for nroff man pages *.1 files contains errors
mfang
parents: 21743
diff changeset
     8
.\" This code is distributed in the hope that it will be useful, but WITHOUT
91b22707521a 8131105: Header Template for nroff man pages *.1 files contains errors
mfang
parents: 21743
diff changeset
     9
.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
91b22707521a 8131105: Header Template for nroff man pages *.1 files contains errors
mfang
parents: 21743
diff changeset
    10
.\" FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
91b22707521a 8131105: Header Template for nroff man pages *.1 files contains errors
mfang
parents: 21743
diff changeset
    11
.\" version 2 for more details (a copy is included in the LICENSE file that
91b22707521a 8131105: Header Template for nroff man pages *.1 files contains errors
mfang
parents: 21743
diff changeset
    12
.\" accompanied this code).
91b22707521a 8131105: Header Template for nroff man pages *.1 files contains errors
mfang
parents: 21743
diff changeset
    13
.\"
91b22707521a 8131105: Header Template for nroff man pages *.1 files contains errors
mfang
parents: 21743
diff changeset
    14
.\" You should have received a copy of the GNU General Public License version
91b22707521a 8131105: Header Template for nroff man pages *.1 files contains errors
mfang
parents: 21743
diff changeset
    15
.\" 2 along with this work; if not, write to the Free Software Foundation,
91b22707521a 8131105: Header Template for nroff man pages *.1 files contains errors
mfang
parents: 21743
diff changeset
    16
.\" Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
91b22707521a 8131105: Header Template for nroff man pages *.1 files contains errors
mfang
parents: 21743
diff changeset
    17
.\"
91b22707521a 8131105: Header Template for nroff man pages *.1 files contains errors
mfang
parents: 21743
diff changeset
    18
.\" Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
91b22707521a 8131105: Header Template for nroff man pages *.1 files contains errors
mfang
parents: 21743
diff changeset
    19
.\" or visit www.oracle.com if you need additional information or have any
91b22707521a 8131105: Header Template for nroff man pages *.1 files contains errors
mfang
parents: 21743
diff changeset
    20
.\" questions.
91b22707521a 8131105: Header Template for nroff man pages *.1 files contains errors
mfang
parents: 21743
diff changeset
    21
.\"
55140
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    22
.\" Automatically generated by Pandoc 2.3.1
21743
3d979da7bdf0 8029043: Update nroff files for JDK 8
rgallard
parents: 14342
diff changeset
    23
.\"
55140
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    24
.TH "JCONSOLE" "1" "2018" "JDK 13" "JDK Commands"
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    25
.hy
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    26
.SH NAME
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    27
.PP
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    28
jconsole \- start a graphical console to monitor and manage Java
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    29
applications
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    30
.SH SYNOPSIS
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    31
.PP
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    32
\f[CB]jconsole\f[R] [\f[CB]\-interval=\f[R]\f[I]n\f[R]] [\f[CB]\-notile\f[R]]
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    33
[\f[CB]\-plugin\f[R] \f[I]path\f[R]] [\f[CB]\-version\f[R]]
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    34
[\f[I]connection\f[R] ...
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    35
] [\f[CB]\-J\f[R]\f[I]input_arguments\f[R]]
21743
3d979da7bdf0 8029043: Update nroff files for JDK 8
rgallard
parents: 14342
diff changeset
    36
.PP
55140
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    37
\f[CB]jconsole\f[R] \f[CB]\-help\f[R]
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    38
.SH OPTIONS
21743
3d979da7bdf0 8029043: Update nroff files for JDK 8
rgallard
parents: 14342
diff changeset
    39
.TP
55140
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    40
.B \f[CB]\-interval\f[R]
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    41
Sets the update interval to \f[CB]n\f[R] seconds (default is 4 seconds).
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    42
.RS
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    43
.RE
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    44
.TP
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    45
.B \f[CB]\-notile\f[R]
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    46
Doesn\[aq]t tile the windows for two or more connections.
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    47
.RS
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    48
.RE
21743
3d979da7bdf0 8029043: Update nroff files for JDK 8
rgallard
parents: 14342
diff changeset
    49
.TP
55140
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    50
.B \f[CB]\-pluginpath\f[R] \f[I]path\f[R]
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    51
Specifies the path that \f[CB]jconsole\f[R] uses to look up plug\-ins.
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    52
The plug\-in \f[I]path\f[R] should contain a provider\-configuration file
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    53
named \f[CB]META\-INF/services/com.sun.tools.jconsole.JConsolePlugin\f[R]
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    54
that contains one line for each plug\-in.
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    55
The line specifies the fully qualified class name of the class
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    56
implementing the \f[CB]com.sun.tools.jconsole.JConsolePlugin\f[R] class.
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    57
.RS
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    58
.RE
21743
3d979da7bdf0 8029043: Update nroff files for JDK 8
rgallard
parents: 14342
diff changeset
    59
.TP
55140
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    60
.B \f[CB]\-version\f[R]
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    61
Prints the program version.
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    62
.RS
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    63
.RE
21743
3d979da7bdf0 8029043: Update nroff files for JDK 8
rgallard
parents: 14342
diff changeset
    64
.TP
55140
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    65
.B \f[I]connection\f[R] = \f[I]pid\f[R] | \f[I]host\f[R]\f[CB]:\f[R]\f[I]port\f[R] | \f[I]jmxURL\f[R]
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    66
A connection is described by either \f[I]pid\f[R],
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    67
\f[I]host\f[R]\f[CB]:\f[R]\f[I]port\f[R] or \f[I]jmxURL\f[R].
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    68
.RS
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    69
.IP \[bu] 2
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    70
The \f[I]pid\f[R] value is the process ID of a target process.
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    71
The JVM must be running with the same user ID as the user ID running the
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    72
\f[CB]jconsole\f[R] command.
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    73
.IP \[bu] 2
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    74
The \f[I]host\f[R]\f[CB]:\f[R]\f[I]port\f[R] values are the name of the host
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    75
system on which the JVM is running, and the port number specified by the
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    76
system property \f[CB]com.sun.management.jmxremote.port\f[R] when the JVM
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    77
was started.
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    78
.IP \[bu] 2
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    79
The \f[I]jmxUrl\f[R] value is the address of the JMX agent to be
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    80
connected to as described in JMXServiceURL.
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    81
.RE
21743
3d979da7bdf0 8029043: Update nroff files for JDK 8
rgallard
parents: 14342
diff changeset
    82
.TP
55140
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    83
.B \f[CB]\-J\f[R]\f[I]input_arguments\f[R]
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    84
Passes \f[I]input_arguments\f[R] to the JVM on which the
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    85
\f[CB]jconsole\f[R] command is run.
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    86
.RS
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    87
.RE
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    88
.TP
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    89
.B \f[CB]\-help\f[R] or \f[CB]\-\-help\f[R]
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    90
Displays the help message for the command.
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    91
.RS
31876
91b22707521a 8131105: Header Template for nroff man pages *.1 files contains errors
mfang
parents: 21743
diff changeset
    92
.RE
55140
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    93
.SH DESCRIPTION
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    94
.PP
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    95
The \f[CB]jconsole\f[R] command starts a graphical console tool that lets
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    96
you monitor and manage Java applications and virtual machines on a local
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    97
or remote machine.
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    98
.PP
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
    99
On Windows, the \f[CB]jconsole\f[R] command doesn\[aq]t associate with a
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
   100
console window.
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
   101
It does, however, display a dialog box with error information when the
d4890c3721be 8225134: Update man-page files
jjg
parents: 52714
diff changeset
   102
\f[CB]jconsole\f[R] command fails.