jinfo.1 revision 2362
325N/A." Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.
325N/A." DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
325N/A."
325N/A." This code is free software; you can redistribute it and/or modify it
325N/A." under the terms of the GNU General Public License version 2 only, as
325N/A." published by the Free Software Foundation.
325N/A."
325N/A." This code is distributed in the hope that it will be useful, but WITHOUT
325N/A." ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
325N/A." FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
325N/A." version 2 for more details (a copy is included in the LICENSE file that
325N/A." accompanied this code).
325N/A."
325N/A." You should have received a copy of the GNU General Public License version
325N/A." 2 along with this work; if not, write to the Free Software Foundation,
325N/A." Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
325N/A."
325N/A." Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
325N/A." or visit www.oracle.com if you need additional information or have any
325N/A." questions.
325N/A."
325N/A.TH jinfo 1 "04 May 2009"
325N/A." Generated from HTML by html2man (author: Eric Armstrong)
325N/A
325N/A.LP
325N/A.SH "Name"
325N/Ajinfo \- Configuration Info
325N/A.LP
325N/A.SH "SYNOPSIS"
325N/A.LP
325N/A
325N/A.LP
325N/A.nf
325N/A\f3
325N/A.fl
325N/A\fP\f3jinfo\fP [ option ] pid
325N/A.fl
325N/A\f3jinfo\fP [ option ] executable core
325N/A.fl
325N/A\f3jinfo\fP [ option ] [server\-id@]remote\-hostname\-or\-IP
325N/A.fl
325N/A.fi
325N/A
325N/A.LP
325N/A.SH "PARAMETERS"
325N/A.LP
325N/A
325N/A.LP
325N/A.RS 3
325N/A.TP 3
325N/Aoption
325N/AOptions are mutually exclusive. Option, if used, should follow immediately after the command name.
325N/A.RS 3
325N/A.TP 3
325N/Apid
325N/Aprocess id for which the configuration info is to be printed. The process must be a Java process. To get a list of Java processes running on a machine, jps(1) may be used.
325N/A.RE
325N/A.RS 3
325N/A.TP 3
325N/Aexecutable
325N/AJava executable from which the core dump was produced.
325N/A.RE
325N/A.RS 3
325N/A.TP 3
325N/Acore
325N/Acore file for which the configuration info is to be printed.
325N/A.RE
325N/A.RS 3
325N/A.TP 3
325N/Aremote\-hostname\-or\-IP
325N/Aremote debug server's (see jsadebugd(1)) hostname or IP address.
325N/A.RE
325N/A.RS 3
325N/A.TP 3
325N/Aserver\-id
325N/Aoptional unique id, if multiple debug servers are running on the same remote host.
325N/A.RE
325N/A.RE
325N/A
325N/A.LP
325N/A.SH "DESCRIPTION"
325N/A.LP
325N/A
325N/A.LP
325N/A.LP
325N/A\f3jinfo\fP prints Java configuration information for a given Java process or core file or a remote debug server. Configuration information includes Java System properties and Java virtual machine command line flags. If the given process is running on a 64\-bit VM, you may need to specify the \f2\-J\-d64\fP option, e.g.:
325N/A.br
325N/A
325N/A.LP
325N/A.RS 3
325N/A
325N/A.LP
325N/Ajinfo \-J\-d64 \-sysprops pid
325N/A.RE
325N/A.LP
325N/A\f3NOTE \- This utility is unsupported and may or may not be available in future versions of the JDK. In Windows Systems where dbgeng.dll is not present, 'Debugging Tools For Windows' need to be installed to have these tools working. Also, \fP\f4PATH\fP\f3 environment variable should contain the location of \fP\f4jvm.dll\fP\f3 used by the target process or the location from which the Crash Dump file was produced.\fP
325N/A.LP
325N/A.LP
325N/A\f3For example, \fP\f4set PATH=<jdk>\\jre\\bin\\client;%PATH%\fP
325N/A.LP
325N/A.SH "OPTIONS"
325N/A.LP
325N/A
325N/A.LP
325N/A.RS 3
325N/A.TP 3
325N/A<no option>
325N/Aprints both command line flags as well as System properties name, value pairs.
325N/A.br
325N/A.TP 3
325N/A\-flag name
325N/Aprints the name and value of the given command line flag.
325N/A.br
325N/A.TP 3
325N/A\-flag [+|\-]name
325N/Aenables or disables the given boolean command line flag.
325N/A.br
325N/A.TP 3
325N/A\-flag name=value
325N/Asets the given command line flag to the specified value.
325N/A.br
325N/A.TP 3
325N/A\-flags
325N/Aprints command line flags passed to the JVM. pairs.
325N/A.br
325N/A.TP 3
325N/A\-sysprops
325N/Aprints Java System properties as name, value pairs.
325N/A.br
325N/A.TP 3
325N/A\-h
325N/Aprints a help message
325N/A.TP 3
325N/A\-help
325N/Aprints a help message
325N/A.RE
325N/A
325N/A.LP
325N/A.SH "SEE ALSO"
325N/A.LP
325N/A.RS 3
325N/A.TP 2
325N/Ao
325N/Ajps(1)
325N/A.TP 2
325N/Ao
325N/Ajsadebugd(1)
325N/A.RE
325N/A
325N/A.LP
325N/A
325N/A.LP
325N/A
325N/A