1 '\" t |
|
2 .\" Copyright (c) 2004, 2014, Oracle and/or its affiliates. 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 Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
|
20 .\" or visit www.oracle.com if you need additional information or have any |
|
21 .\" questions. |
|
22 .\" |
|
23 .\" Title: jconsole |
|
24 .\" Language: Japanese |
|
25 .\" Date: 2013年11月21日 |
|
26 .\" SectDesc: Javaトラブルシューティング、プロファイリング、モニタリングおよび管理ツール |
|
27 .\" Software: JDK 8 |
|
28 .\" Arch: 汎用 |
|
29 .\" Part Number: E58103-01 |
|
30 .\" Doc ID: JSSON |
|
31 .\" |
|
32 .if n .pl 99999 |
|
33 .TH "jconsole" "1" "2013年11月21日" "JDK 8" "Javaトラブルシューティング、プロファイリング、モニタリン" |
|
34 .\" ----------------------------------------------------------------- |
|
35 .\" * Define some portability stuff |
|
36 .\" ----------------------------------------------------------------- |
|
37 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|
38 .\" http://bugs.debian.org/507673 |
|
39 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html |
|
40 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|
41 .ie \n(.g .ds Aq \(aq |
|
42 .el .ds Aq ' |
|
43 .\" ----------------------------------------------------------------- |
|
44 .\" * set default formatting |
|
45 .\" ----------------------------------------------------------------- |
|
46 .\" disable hyphenation |
|
47 .nh |
|
48 .\" disable justification (adjust text to left margin only) |
|
49 .ad l |
|
50 .\" ----------------------------------------------------------------- |
|
51 .\" * MAIN CONTENT STARTS HERE * |
|
52 .\" ----------------------------------------------------------------- |
|
53 .SH "名前" |
|
54 jconsole \- Javaアプリケーションをモニターおよび管理するためのグラフィカル・コンソールを開始します。 |
|
55 .SH "概要" |
|
56 .sp |
|
57 .if n \{\ |
|
58 .RS 4 |
|
59 .\} |
|
60 .nf |
|
61 \fBjconsole\fR [ \fIoptions\fR ] [ connection \&.\&.\&. ] |
|
62 .fi |
|
63 .if n \{\ |
|
64 .RE |
|
65 .\} |
|
66 .PP |
|
67 \fIoptions\fR |
|
68 .RS 4 |
|
69 コマンド行オプション。オプションを参照してください。 |
|
70 .RE |
|
71 .PP |
|
72 connection = \fIpid\fR | \fIhost\fR:\fIport\fR | \fIjmxURL\fR |
|
73 .RS 4 |
|
74 \fBpid\fR値はローカルのJava Virtual Machine (JVM)のプロセスIDです。JVMは\fBjconsole\fRコマンドを実行しているユーザーIDと同じユーザーIDで実行する必要があります。\fBhost:port\fR値はJVMが動作しているホスト・システムの名前と、JVMが開始したときにシステム・プロパティ\fBcom\&.sun\&.management\&.jmxremote\&.port\fRで指定したポート番号です。\fBjmxUrl\fR値は、JMXServiceURLで記述されている、接続されるJMXエージェントのアドレスです。 |
|
75 .sp |
|
76 \fBconnection\fRパラメータの詳細は、JMXテクノロジを使用したモニタリングおよび管理 |
|
77 (http://docs\&.oracle\&.com/javase/8/docs/technotes/guides/management/agent\&.html)を参照してください |
|
78 .sp |
|
79 \fBJMXServiceURL\fRクラスの説明( |
|
80 http://docs\&.oracle\&.com/javase/8/docs/api/javax/management/remote/JMXServiceURL\&.html)も参照してください |
|
81 .RE |
|
82 .SH "説明" |
|
83 .PP |
|
84 \fBjconsole\fRコマンドは、ローカル・マシンまたはリモート・マシン上のJavaアプリケーションと仮想マシンのモニターと管理を行うグラフィカル・コンソール・ツールを起動します。 |
|
85 .PP |
|
86 Windows上では、\fBjconsole\fRコマンドはコンソール・ウィンドウと関連付けられていません。ただし、\fBjconsole\fRコマンドが失敗すると、エラー情報を示すダイアログ・ボックスが表示されます。 |
|
87 .SH "オプション" |
|
88 .PP |
|
89 \-interval\fI=n\fR |
|
90 .RS 4 |
|
91 更新間隔を\fIn\fR秒に設定します(デフォルトは4秒)。 |
|
92 .RE |
|
93 .PP |
|
94 \-notile |
|
95 .RS 4 |
|
96 最初にウィンドウをタイル表示しません(複数接続の場合)。 |
|
97 .RE |
|
98 .PP |
|
99 \-pluginpath \fIplugins\fR |
|
100 .RS 4 |
|
101 \fBJConsole\fRプラグインを検索するディレクトリまたはJARファイルのリストを指定します。\fIplugins\fRパスには\fBMETA\-INF/services/com\&.sun\&.tools\&.jconsole\&.JConsolePlugin\fRという名前のプロバイダ構成ファイルを含んでいる必要があり、これにはプラグインごとに1行が含まれています。その行は\fBcom\&.sun\&.tools\&.jconsole\&.JConsolePlugin\fRクラスを実装しているクラスの完全修飾クラス名を指定します。 |
|
102 .RE |
|
103 .PP |
|
104 \-version |
|
105 .RS 4 |
|
106 リリース情報を表示して終了します。 |
|
107 .RE |
|
108 .PP |
|
109 \-help |
|
110 .RS 4 |
|
111 ヘルプ・メッセージを表示します。 |
|
112 .RE |
|
113 .PP |
|
114 \-J\fIflag\fR |
|
115 .RS 4 |
|
116 \fBjconsole\fRコマンドを実行したJVMに\fBflag\fRを渡します。 |
|
117 .RE |
|
118 .SH "関連項目" |
|
119 .sp |
|
120 .RS 4 |
|
121 .ie n \{\ |
|
122 \h'-04'\(bu\h'+03'\c |
|
123 .\} |
|
124 .el \{\ |
|
125 .sp -1 |
|
126 .IP \(bu 2.3 |
|
127 .\} |
|
128 JConsoleの使用 |
|
129 (http://docs\&.oracle\&.com/javase/8/docs/technotes/guides/management/jconsole\&.html) |
|
130 .RE |
|
131 .sp |
|
132 .RS 4 |
|
133 .ie n \{\ |
|
134 \h'-04'\(bu\h'+03'\c |
|
135 .\} |
|
136 .el \{\ |
|
137 .sp -1 |
|
138 .IP \(bu 2.3 |
|
139 .\} |
|
140 JMXテクノロジを使用したモニタリングおよび管理 |
|
141 |
|
142 (http://docs\&.oracle\&.com/javase/8/docs/technotes/guides/management/agent\&.html) |
|
143 .RE |
|
144 .sp |
|
145 .RS 4 |
|
146 .ie n \{\ |
|
147 \h'-04'\(bu\h'+03'\c |
|
148 .\} |
|
149 .el \{\ |
|
150 .sp -1 |
|
151 .IP \(bu 2.3 |
|
152 .\} |
|
153 \fBJMXServiceURL\fRクラスの説明( |
|
154 http://docs\&.oracle\&.com/javase/8/docs/api/javax/management/remote/JMXServiceURL\&.html) |
|
155 .RE |
|
156 .br |
|
157 'pl 8.5i |
|
158 'bp |
|