src/linux/doc/man/ja/jconsole.1

Print this page


   1 ." Copyright (c) 2004, 2011, Oracle and/or its affiliates. All rights reserved.
   2 ." DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   3 ."
   4 ." This code is free software; you can redistribute it and/or modify it
   5 ." under the terms of the GNU General Public License version 2 only, as
   6 ." published by the Free Software Foundation.
   7 ."
   8 ." This code is distributed in the hope that it will be useful, but WITHOUT
   9 ." ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  10 ." FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  11 ." version 2 for more details (a copy is included in the LICENSE file that
  12 ." accompanied this code).
  13 ."
  14 ." You should have received a copy of the GNU General Public License version
  15 ." 2 along with this work; if not, write to the Free Software Foundation,
  16 ." Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  17 ."
  18 ." Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  19 ." or visit www.oracle.com if you need additional information or have any
  20 ." questions.
  21 ."
  22 .TH jconsole 1 "07 May 2011"
  23 
  24 .LP
  25 .SH "名前"
  26 jconsole \- Java 監視および管理コンソール
  27 .LP
  28 .RS 3
  29 .TP 2
  30 o
  31 形式 
  32 .TP 2
  33 o
  34 パラメータ 
  35 .TP 2
  36 o
  37 説明 
  38 .TP 2
  39 o
  40 オプション 
  41 .TP 2
  42 o
  43 関連項目 
  44 .RE
  45 
  46 .LP
  47 .SH "形式"
  48 .LP









  49 .nf
  50 \f3
  51 .fl
  52 \fP\f3jconsole\fP [ \f2options\fP ] [ connection ... ]
  53 .fl
  54 
  55 .fl
  56 .fi
  57 
  58 .LP
  59 .SH "パラメータ"
  60 .LP
  61 .RS 3
  62 .TP 3
  63 options 
  64 オプションを使用する場合、コマンド名の直後に記述してください。 
  65 .TP 3
  66 connection = pid | host:port | jmxUrl 
  67 .RS 3
  68 .TP 2
  69 o
  70 \f2pid\fPローカルの Java VM のプロセス ID。Java VM は、jconsole を実行しているユーザー ID と同じユーザー ID を使用して実行する必要があります。詳細については、
  71 .na
  72 \f2「JMX 監視および管理」\fP @
  73 .fi
  74 http://java.sun.com/javase/6/docs/technotes/guides/management/agent.htmlを参照してください。 
  75 .TP 2
  76 o
  77 \f2host\fP:\f2port\fP Java VM が実行しているホストシステムの名前と、JVM を起動したときにシステムプロパティー \f2com.sun.management.jmxremote.port\fP で指定したポート番号。詳細については、
  78 .na
  79 \f2「JMX 監視および管理」\fP @
  80 .fi
  81 http://java.sun.com/javase/6/docs/technotes/guides/management/agent.htmlを参照してください。 
  82 .TP 2
  83 o
  84 \f2jmxUrl\fP 接続先の JMX エージェントのアドレス。これについては、
  85 .na
  86 \f2JMXServiceURL\fP @
  87 .fi
  88 http://java.sun.com/javase/6/docs/api/javax/management/remote/JMXServiceURL.html を参照してください。 
  89 .RE





  90 .RE
  91 
  92 .LP
  93 .SH " 説明"
  94 .LP
  95 .LP
  96 \f3jconsole\fP コマンドは、ローカルマシンまたはリモートマシン上の Java アプリケーションと仮想マシンの監視と管理を行うグラフィカルコンソールツールを起動します。
  97 .LP
  98 .LP
  99 Windows 上では、\f3jconsole\fP はコンソールウィンドウと関連付けられていません。ただし、なんらかの理由で \f3jconsole\fP コマンドが失敗すると、エラー情報を示すダイアログボックスが表示されます。
 100 .LP






 101 .SH "オプション"
 102 .LP
 103 .RS 3
 104 .TP 3
 105 \-interval=n 
 106 更新間隔を \f2n\fP 秒に設定します (デフォルトは 4 秒)。 
 107 .TP 3
 108 \-notile 
 109 最初にウィンドウをタイリングしません (複数の接続のため)。 
 110 .TP 3
 111 \-pluginpath plugins 
 112 JConsole プラグインの検索先となるディレクトリまたは JAR ファイルのリストを指定します。\f2plugins\fP パスには、次の名前のプロバイダ構成ファイルを含めてください。
 113 .br
 114 .nf
 115 \f3
 116 .fl
 117    META\-INF/services/com.sun.tools.jconsole.JConsolePlugin
 118 .fl
 119 \fP
 120 .fi
 121 .LP
 122 これには、
 123 .na
 124 \f2com.sun.tools.jconsole.JConsolePlugin\fP @
 125 .fi
 126 http://java.sun.com/javase/6/docs/jdk/api/jconsole/spec/com/sun/tools/jconsole/JConsolePlugin.html クラスを実装するクラスの完全修飾クラス名を指定する行が、プラグインごとに 1 行ずつ含まれています。  
 127 .TP 3
 128 \-version 
 129 バージョン情報を出力して終了します。 
 130 .TP 3


 131 \-help 
 132 ヘルプメッセージを出力して終了します。 
 133 .TP 3
 134 \-J<flag> 
 135 jconsole が実行されている Java 仮想マシンに <flag> を渡します。 



 136 .RE
 137 
 138 .LP
 139 .SH "関連項目"
 140 .LP
 141 .RS 3
 142 .TP 2
 143 o
 144 .na
 145 \f2JConsole の使用\fP @
 146 .fi
 147 http://java.sun.com/javase/6/docs/technotes/guides/management/jconsole.html 
 148 .TP 2
 149 o
 150 .na
 151 \f2「Java プラットフォームの監視および管理」\fP @
 152 .fi
 153 http://java.sun.com/javase/6/docs/technotes/guides/management/index.html 
 154 .RE










 155 
 156 .LP
 157  















   1 '\" t
   2 .\" Copyright (c) 2004, 2013, Oracle and/or its affiliates. All rights reserved.
   3 .\" Title: jconsole
   4 .\" Language: English
   5 .\" Date: 2013年11月21日
   6 .\" SectDesc: Javaトラブルシューティング、プロファイリング、モニタリングおよび管理ツール
   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 "jconsole" "1" "2013年11月21日" "JDK 8" "Javaトラブルシューティング、プロファイリング、モニタリン"
  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 jconsole \- Javaアプリケーションを監視および管理するためのグラフィカル・コンソールを開始します。
  53 .SH "概要"
  54 .sp
  55 .if n \{\
  56 .RS 4
  57 .\}
  58 .nf
  59 \fIjconsole\fR [ \fIoptions\fR ] [ connection \&.\&.\&. ]





























  60 .fi
  61 .if n \{\







  62 .RE
  63 .\}
  64 .PP
  65 \fIoptions\fR
  66 .RS 4
  67 コマンドライン・オプション。オプションを参照してください。
  68 .RE
  69 .PP
  70 connection = \fIpid\fR | \fIhost\fR:\fIport\fR | \fIjmxURL\fR
  71 .RS 4
  72 \fIpid\fR値はローカルのJava仮想マシン(JVM)のプロセスIDです。JVMは\fIjconsole\fRコマンドを実行しているユーザーIDと同じユーザーIDで実行する必要があります。\fIhost:port\fR値はJVMが動作しているホスト・システムの名前と、JVMが開始したときにシステム・プロパティ\fIcom\&.sun\&.management\&.jmxremote\&.port\fRで指定したポート番号です。\fIjmxUrl\fR値は、JMXServiceURLで記述されている、接続されるJMXエージェントのアドレスです。
  73 .sp
  74 \fIconnection\fRパラメータの詳細は、JMXテクノロジを使用したモニタリングおよび管理
  75 (http://docs\&.oracle\&.com/javase/8/docs/technotes/guides/management/agent\&.html)を参照してください
  76 .sp
  77 \fIJMXServiceURL\fRクラスの説明(
  78 http://docs\&.oracle\&.com/javase/8/docs/api/javax/management/remote/JMXServiceURL\&.html)も参照してください
  79 .RE
  80 .SH "説明"
  81 .PP
  82 \fIjconsole\fRコマンドは、ローカル・マシンまたはリモート・マシン上のJavaアプリケーションと仮想マシンの監視と管理を行うグラフィカル・コンソール・ツールを起動します。
  83 .PP
  84 Windows上では、\fIjconsole\fRコマンドはコンソール・ウィンドウと関連付けられていません。ただし、\fIjconsole\fRコマンドが失敗すると、エラー情報を示すダイアログ・ボックスが表示されます。
  85 .SH "オプション"
  86 .PP
  87 \-interval\fI=n\fR
  88 .RS 4
  89 更新間隔を\fIn\fR秒に設定します(デフォルトは4秒)。
  90 .RE
  91 .PP
  92 \-notile
  93 .RS 4
  94 最初にウィンドウをタイリングしません(複数接続の場合)。
  95 .RE
  96 .PP
  97 \-pluginpath \fIplugins\fR
  98 .RS 4
  99 \fIJConsole\fRプラグインを検索するディレクトリまたはJARファイルのリストを指定します。\fIplugins\fRパスには\fIMETA\-INF/services/com\&.sun\&.tools\&.jconsole\&.JConsolePlugin\fRという名前のプロバイダ構成ファイルを含んでいる必要があり、これにはプラグインごとに1行が含まれています。その行は\fIcom\&.sun\&.tools\&.jconsole\&.JConsolePlugin\fRクラスを実装しているクラスの完全修飾クラス名を指定します。
 100 .RE
 101 .PP










 102 \-version
 103 .RS 4
 104 リリース情報を表示して終了します。
 105 .RE
 106 .PP
 107 \-help
 108 .RS 4
 109 ヘルプ・メッセージを表示します。
 110 .RE
 111 .PP
 112 \-J\fIflag\fR
 113 .RS 4
 114 \fIjconsole\fRコマンドを実行したJVMに\fIflag\fRを渡します。
 115 .RE


 116 .SH "関連項目"
 117 .sp
 118 .RS 4
 119 .ie n \{\
 120 \h'-04'\(bu\h'+03'\c
 121 .\}
 122 .el \{\
 123 .sp -1
 124 .IP \(bu 2.3
 125 .\}
 126 JConsoleの使用
 127 (http://docs\&.oracle\&.com/javase/8/docs/technotes/guides/management/jconsole\&.html)



 128 .RE
 129 .sp
 130 .RS 4
 131 .ie n \{\
 132 \h'-04'\(bu\h'+03'\c
 133 .\}
 134 .el \{\
 135 .sp -1
 136 .IP \(bu 2.3
 137 .\}
 138 JMXテクノロジを使用したモニタリングおよび管理
 139 
 140 (http://docs\&.oracle\&.com/javase/8/docs/technotes/guides/management/agent\&.html)
 141 .RE
 142 .sp
 143 .RS 4
 144 .ie n \{\
 145 \h'-04'\(bu\h'+03'\c
 146 .\}
 147 .el \{\
 148 .sp -1
 149 .IP \(bu 2.3
 150 .\}
 151 \fIJMXServiceURL\fRクラスの説明(
 152 http://docs\&.oracle\&.com/javase/8/docs/api/javax/management/remote/JMXServiceURL\&.html)
 153 .RE
 154 .br
 155 'pl 8.5i
 156 'bp