jdk/src/solaris/doc/sun/man/man1/jconsole.1
changeset 2692 345bc8d65b19
parent 2 90ce3da70b43
child 5506 202f599c92aa
equal deleted inserted replaced
2691:bad7bbf42755 2692:345bc8d65b19
     1 .'" t
       
     2 ." Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
     1 ." Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
     3 ." DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     2 ." DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 ."
     3 ."
     5 ." This code is free software; you can redistribute it and/or modify it
     4 ." 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
     5 ." under the terms of the GNU General Public License version 2 only, as
    17 ." Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    16 ." Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    18 ."
    17 ."
    19 ." Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
    18 ." 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
    19 ." CA 95054 USA or visit www.sun.com if you need additional information or
    21 ." have any questions.
    20 ." have any questions.
    22 ." ` 
    21 ."
    23 .TH jconsole 1 "07 Aug 2006"
    22 .TH jconsole 1 "04 May 2009"
    24 ." Generated by html2man
    23 ." Generated from HTML by html2man (author: Eric Armstrong)
    25 
    24 
    26 .LP
    25 .LP
    27 .SH NAME
    26 .SH "Name"
    28 jconsole \- Java Monitoring and Management Console
    27 jconsole \- Java Monitoring and Management Console
    29 .LP
    28 .LP
    30 .SH "SYNOPSIS"
    29 .SH "SYNOPSIS"
    31 .LP
    30 .LP
    32 
    31 
    51 Options, if used, should follow immediately after the command name. 
    50 Options, if used, should follow immediately after the command name. 
    52 .br
    51 .br
    53 .TP 3
    52 .TP 3
    54 connection = pid | host:port | jmxUrl 
    53 connection = pid | host:port | jmxUrl 
    55 .RS 3
    54 .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. 
    55 \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 
       
    56 .na
       
    57 \f2JMX Monitoring and Management\fP @
       
    58 .fi
       
    59 http://java.sun.com/javase/6/docs/technotes/guides/management/agent.html for details. 
    57 .br
    60 .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. 
    61 \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 
       
    62 .na
       
    63 \f2JMX Monitoring and Management\fP @
       
    64 .fi
       
    65 http://java.sun.com/javase/6/docs/technotes/guides/management/agent.html for details. 
    59 .br
    66 .br
    60 \f2jmxUrl\fP\ \  Address of the JMX agent to be connected to as described in JMXServiceURL. 
    67 \f2jmxUrl\fP\ \  Address of the JMX agent to be connected to as described in 
       
    68 .na
       
    69 \f2JMXServiceURL\fP @
       
    70 .fi
       
    71 http://java.sun.com/javase/6/docs/api/javax/management/remote/JMXServiceURL.html. 
    61 .RE
    72 .RE
    62 .RE
    73 .RE
    63 
    74 
    64 .LP
    75 .LP
    65 .SH "DESCRIPTION"
    76 .SH "DESCRIPTION"
    93    META\-INF/services/com.sun.tools.jconsole.JConsolePlugin
   104    META\-INF/services/com.sun.tools.jconsole.JConsolePlugin
    94 .fl
   105 .fl
    95 \fP
   106 \fP
    96 .fi
   107 .fi
    97 .LP
   108 .LP
    98 containing one line for each plugin specifying the fully qualified class name of the class implementing the  com.sun.tools.jconsole.JConsolePlugin class.  
   109 containing one line for each plugin specifying the fully qualified class name of the class implementing the 
       
   110 .na
       
   111 \f2com.sun.tools.jconsole.JConsolePlugin\fP @
       
   112 .fi
       
   113 http://java.sun.com/javase/6/docs/jdk/api/jconsole/spec/com/sun/tools/jconsole/JConsolePlugin.html class.  
    99 .TP 3
   114 .TP 3
   100 \-version\  
   115 \-version\  
   101 Output version information and exit. 
   116 Output version information and exit. 
   102 .TP 3
   117 .TP 3
   103 \-help\  
   118 \-help\  
   111 .SH "SEE ALSO"
   126 .SH "SEE ALSO"
   112 .LP
   127 .LP
   113 .RS 3
   128 .RS 3
   114 .TP 2
   129 .TP 2
   115 o
   130 o
   116 Using JConsole 
   131 .na
       
   132 \f2Using JConsole\fP @
       
   133 .fi
       
   134 http://java.sun.com/javase/6/docs/technotes/guides/management/jconsole.html 
   117 .TP 2
   135 .TP 2
   118 o
   136 o
   119 Monitoring and Management for Java Platform 
   137 .na
       
   138 \f2Monitoring and Management for Java Platform\fP @
       
   139 .fi
       
   140 http://java.sun.com/javase/6/docs/technotes/guides/management/index.html 
   120 .RE
   141 .RE
   121 
   142 
   122 .LP
   143 .LP
   123 
   144 
   124 .LP
   145 .LP