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