1 '\" t
   2 .\" Copyright (c) 2004, 2013, Oracle and/or its affiliates. All rights reserved.
   3 .\" Title: jinfo
   4 .\" Language: English
   5 .\" Date: 2013年11月21日
   6 .\" SectDesc: トラブルシューティング・ツール
   7 .\" Software: JDK 8
   8 .\" Arch: 汎用
   9 .\"
  10 .\" DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  11 .\"
  12 .\" This code is free software; you can redistribute it and/or modify it
  13 .\" under the terms of the GNU General Public License version 2 only, as
  14 .\" published by the Free Software Foundation.
  15 .\"
  16 .\" This code is distributed in the hope that it will be useful, but WITHOUT
  17 .\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  18 .\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
  19 .\" version 2 for more details (a copy is included in the LICENSE file that
  20 .\" accompanied this code).
  21 .\"
  22 .\" You should have received a copy of the GNU General Public License version
  23 .\" 2 along with this work; if not, write to the Free Software Foundation,
  24 .\" Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  25 .\"
  26 .\" Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  27 .\" or visit www.oracle.com if you need additional information or have any
  28 .\" questions.
  29 .\"
  30 .pl 99999
  31 .TH "jinfo" "1" "2013年11月21日" "JDK 8" "トラブルシューティング・ツール"
  32 .\" -----------------------------------------------------------------
  33 .\" * Define some portability stuff
  34 .\" -----------------------------------------------------------------
  35 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  36 .\" http://bugs.debian.org/507673
  37 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
  38 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  39 .ie \n(.g .ds Aq \(aq
  40 .el       .ds Aq '
  41 .\" -----------------------------------------------------------------
  42 .\" * set default formatting
  43 .\" -----------------------------------------------------------------
  44 .\" disable hyphenation
  45 .nh
  46 .\" disable justification (adjust text to left margin only)
  47 .ad l
  48 .\" -----------------------------------------------------------------
  49 .\" * MAIN CONTENT STARTS HERE *
  50 .\" -----------------------------------------------------------------
  51 .SH "NAME"
  52 jinfo \- 構成情報を生成します。このコマンドは試験的なもので、サポートされていません。
  53 .SH "概要"
  54 .sp
  55 .if n \{\
  56 .RS 4
  57 .\}
  58 .nf
  59 \fIjinfo\fR [ \fIoption\fR ] \fIpid\fR
  60 .fi
  61 .if n \{\
  62 .RE
  63 .\}
  64 .sp
  65 .if n \{\
  66 .RS 4
  67 .\}
  68 .nf
  69 \fIjinfo\fR [ \fIoption \fR] \fIexecutable core\fR
  70 .fi
  71 .if n \{\
  72 .RE
  73 .\}
  74 .sp
  75 .if n \{\
  76 .RS 4
  77 .\}
  78 .nf
  79 \fIjinfo\fR [ \fIoption \fR] \fI[ servier\-id ] remote\-hostname\-or\-IP\fR
  80 .fi
  81 .if n \{\
  82 .RE
  83 .\}
  84 .PP
  85 \fIオプション\fR
  86 .RS 4
  87 コマンドライン・オプション。オプションを参照してください。
  88 .RE
  89 .PP
  90 \fIpid\fR
  91 .RS 4
  92 構成情報が出力されるプロセスID。プロセスはJavaプロセスである必要があります。マシン上で実行しているJavaプロセスの一覧を取得するには、jps(1)コマンドを使用します。
  93 .RE
  94 .PP
  95 \fI実行可能ファイル\fR
  96 .RS 4
  97 コア・ダンプの作成元のJava実行可能ファイル。
  98 .RE
  99 .PP
 100 \fIコア\fR
 101 .RS 4
 102 構成情報が出力されるコア・ファイル。
 103 .RE
 104 .PP
 105 \fIremote\-hostname\-or\-IP\fR
 106 .RS 4
 107 リモート・デバッグ・サーバーの\fIホスト名\fRまたは\fIIP\fRアドレス。jsadebugd(1)を参照してください。
 108 .RE
 109 .PP
 110 \fIserver\-id\fR
 111 .RS 4
 112 複数のデバッグ・サーバーが同一のリモート・ホストで実行している場合の、オプション固有のID。
 113 .RE
 114 .SH "説明"
 115 .PP
 116 \fIjinfo\fRコマンドは、指定されたJavaプロセスやコア・ファイルまたはリモート・デバッグ・サーバーのJava構成情報を出力します。構成情報には、Javaシステム・プロパティとJava仮想マシン(JVM)のコマンドライン・フラグが含まれています。指定されたプロセスが64ビットJVM上で実行されている場合、\fI\-J\-d64\fRオプションを指定する必要がある場合があります。次に例を示します。\fIjinfo\fR
 117 \fI\-J\-d64 \-sysprops pid\fR。
 118 .PP
 119 このユーティリティはサポート対象外であり、将来のJDKのリリースでは利用できなくなる可能性があります。\fIdbgeng\&.dll\fRが存在していないWindowsシステムでは、Debugging Tools For Windowsをインストールしないとこれらのツールが正常に動作しません。\fIPATH\fR環境変数には、ターゲット・プロセスによって使用されるjvm\&.dllの場所、またはクラッシュ・ダンプ・ファイルが生成された場所が含まれるようにしてください。たとえば、\fIset PATH=%JDK_HOME%\ejre\ebin\eclient;%PATH%\fRです。
 120 .SH "オプション"
 121 .PP
 122 no\-option
 123 .RS 4
 124 コマンドライン・フラグを、システム・プロパティ名と値のペアとともに出力します。
 125 .RE
 126 .PP
 127 \-flag \fIname\fR
 128 .RS 4
 129 指定されたコマンドライン・フラグの名前と値を出力します。
 130 .RE
 131 .PP
 132 \-flag \fI[+|\-]name\fR
 133 .RS 4
 134 指定されたブール型のコマンドライン・フラグを有効または無効にします。
 135 .RE
 136 .PP
 137 \-flag \fIname=value\fR
 138 .RS 4
 139 指定されたコマンドライン・フラグを指定された値に設定します。
 140 .RE
 141 .PP
 142 \-flags
 143 .RS 4
 144 JVMに渡されるコマンドライン・フラグを出力します。
 145 .RE
 146 .PP
 147 \-sysprops
 148 .RS 4
 149 Javaシステム・プロパティを名前と値のペアとして出力します。
 150 .RE
 151 .PP
 152 \-h
 153 .RS 4
 154 ヘルプ・メッセージが出力されます。
 155 .RE
 156 .PP
 157 \-help
 158 .RS 4
 159 ヘルプ・メッセージが出力されます。
 160 .RE
 161 .SH "関連項目"
 162 .sp
 163 .RS 4
 164 .ie n \{\
 165 \h'-04'\(bu\h'+03'\c
 166 .\}
 167 .el \{\
 168 .sp -1
 169 .IP \(bu 2.3
 170 .\}
 171 jps(1)
 172 .RE
 173 .sp
 174 .RS 4
 175 .ie n \{\
 176 \h'-04'\(bu\h'+03'\c
 177 .\}
 178 .el \{\
 179 .sp -1
 180 .IP \(bu 2.3
 181 .\}
 182 jsadebugd(1)
 183 .RE
 184 .br
 185 'pl 8.5i
 186 'bp