jdk/src/linux/doc/man/ja/jconsole.1
author duke
Sat, 01 Dec 2007 00:00:00 +0000
changeset 2 90ce3da70b43
child 2692 345bc8d65b19
permissions -rw-r--r--
Initial load
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
'\" t
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
.\"
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
.\" Copyright 2004-2006 Sun Microsystems, Inc.  All Rights Reserved.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
.\" DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
.\"
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
.\" This code is free software; you can redistribute it and/or modify it
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
.\" under the terms of the GNU General Public License version 2 only, as
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
.\" published by the Free Software Foundation.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
.\"
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
.\" This code is distributed in the hope that it will be useful, but WITHOUT
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
.\" FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
.\" version 2 for more details (a copy is included in the LICENSE file that
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
.\" accompanied this code).
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
.\"
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
.\" You should have received a copy of the GNU General Public License version
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
.\" 2 along with this work; if not, write to the Free Software Foundation,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
.\" Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
.\"
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
.\" Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    21
.\" CA 95054 USA or visit www.sun.com if you need additional information or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    22
.\" have any questions.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    23
.\"
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
.\"
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
.TH "jconsole" 1 "2006 年 9 月 4 日" "Java SE 6" "ユーザーコマンド"
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
.SH 名前
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
jconsole \- Java 監視/管理コンソール
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
.SH 形式
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
\f3
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
\fP\f3jconsole\fP [ \f2options\fP ] [ connection ... ]
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
.SH "パラメータ"
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
.TP 3
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
options
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
オプションを使用する場合、コマンド名の直後に記述してください。 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
.TP 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
connection = pid | host:port | jmxUrl 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
\f2pid\fP\ \ \  ローカルの Java VM のプロセス ID。この Java VM は、jconsole を実行しているユーザ ID と同じユーザ ID で実行されている必要があります。詳細については、
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
.na
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
「\f2JMX Monitoring and Management\fP」
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
(http://java.sun.com/javase/6/docs/technotes/guides/management/agent.html) を参照してください。
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
\f2host\fP:\f2port\fP\ \  Java VM が実行されているホストシステムの名前と、その Java VM の起動時にシステムプロパティ \f2com.sun.management.jmxremote.port\fP に指定されたポート番号。詳細については、
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
.na
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
「\f2JMX Monitoring and Management\fP」
90ce3da70b43 Initial load
duke
parents:
diff changeset
    61
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
(http://java.sun.com/javase/6/docs/technotes/guides/management/agent.html) を参照してください。
90ce3da70b43 Initial load
duke
parents:
diff changeset
    63
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    64
\f2jmxUrl\fP\ \  接続先の JMX エージェントのアドレス。これについては、
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
.na
90ce3da70b43 Initial load
duke
parents:
diff changeset
    66
「\f2JMXServiceURL\fP」
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
(http://java.sun.com/javase/6/docs/api/javax/management/remote/jmxserviceurl.html) を参照してください。
90ce3da70b43 Initial load
duke
parents:
diff changeset
    69
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
.SH 機能説明
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
.B jconsole
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
コマンドは、ローカルまたはリモートマシン上の Java アプリケーションと仮想マシンを監視および管理するためのグラフィカルコンソールツールを起動します。
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
.SH オプション
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
.TP 15
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
.B \-interval=n
90ce3da70b43 Initial load
duke
parents:
diff changeset
    78
更新間隔を n 秒に設定します。(デフォルトは 4 秒)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
.TP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
.B \-notile
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
初期状態でウィンドウを並べて表示しません。(接続が 2 つ以上ある場合)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
.TP 3
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
\-pluginpath\  plugins 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
JConsole プラグインの検索先となるディレクトリまたは JAR ファイルのリストを指定します。\f2plugins\fP パスには、次の名前のプロバイダ構成ファイルを含めてください。
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
    87
\f3
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
   META\-INF/services/com.sun.tools.jconsole.JConsolePlugin
90ce3da70b43 Initial load
duke
parents:
diff changeset
    90
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
これには、
90ce3da70b43 Initial load
duke
parents:
diff changeset
    95
.na
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
\f2com.sun.tools.jconsole.JConsolePlugin\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
    98
(http://java.sun.com/javase/6/docs/jdk/api/jconsole/spec/com/sun/tools/jconsole/jconsoleplugin.html) クラスを実装するクラスの完全修飾クラス名を指定する行が、プラグインごとに 1 行ずつ含まれています。
90ce3da70b43 Initial load
duke
parents:
diff changeset
    99
.TP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
.B \-version
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
バージョン情報を出力して終了します。
90ce3da70b43 Initial load
duke
parents:
diff changeset
   102
.TP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   103
.B \-help
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
ヘルプメッセージを出力して終了します。
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
.TP 3
90ce3da70b43 Initial load
duke
parents:
diff changeset
   106
\-J<flag>\  
90ce3da70b43 Initial load
duke
parents:
diff changeset
   107
jconsole が実行されている Java 仮想マシンに <flag> を渡します。
90ce3da70b43 Initial load
duke
parents:
diff changeset
   108
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   109
.SH "関連項目"
90ce3da70b43 Initial load
duke
parents:
diff changeset
   110
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   111
.RS 3
90ce3da70b43 Initial load
duke
parents:
diff changeset
   112
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   113
*
90ce3da70b43 Initial load
duke
parents:
diff changeset
   114
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   115
http://java.sun.com/javase/6/docs/technotes/guides/management/jconsole.html 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   116
90ce3da70b43 Initial load
duke
parents:
diff changeset
   117
.na
90ce3da70b43 Initial load
duke
parents:
diff changeset
   118
「\f2Using JConsole\fP」
90ce3da70b43 Initial load
duke
parents:
diff changeset
   119
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   120
*
90ce3da70b43 Initial load
duke
parents:
diff changeset
   121
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   122
http://java.sun.com/javase/6/docs/technotes/guides/management/index.html 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   123
90ce3da70b43 Initial load
duke
parents:
diff changeset
   124
.na
90ce3da70b43 Initial load
duke
parents:
diff changeset
   125
「\f2Monitoring and Management for Java Platform\fP」
90ce3da70b43 Initial load
duke
parents:
diff changeset
   126
.RE
90ce3da70b43 Initial load
duke
parents:
diff changeset
   127
90ce3da70b43 Initial load
duke
parents:
diff changeset
   128
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   129
90ce3da70b43 Initial load
duke
parents:
diff changeset
   130
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   131