jdk/src/linux/doc/man/ja/jinfo.1
author jjg
Tue, 11 Mar 2008 13:14:55 -0700
changeset 168 25697c18650b
parent 2 90ce3da70b43
child 2692 345bc8d65b19
permissions -rw-r--r--
6307187: clean up code for -Xlint:options Summary: introduce common code for handling one-of and any-of options Reviewed-by: mcimadamore
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 jinfo 1 "2006 年 9 月 4 日" "Java SE 6" "ユーザーコマンド"
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
.SH 名前
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
jinfo \- 構成情報 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
.\"
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
.SH 形式
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
.B jinfo 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
.BI [ option ] " pid" 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
.B jinfo
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
.BI [ option ] " executable core" 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
.B jinfo
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
.BI [ option ] " [server-id@]remote-hostname-or-IP"
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
.SH パラメータ
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
.TP 3
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
option
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
オプションは相互に排他的です。オプションを使用する場合は、コマンド名の直後に指定する必要があります。
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
.TP 3
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
pid
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
構成情報を出力するプロセス ID。プロセスは Java プロセスでなければなりません。マシン上で実行している Java プロセスのリストを取得するには、
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
.B jps
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
を使用します。
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
.TP 3
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
executable 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
コアダンプが生成された Java 実行可能ファイル。
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
.TP 3
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
core 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
構成情報を出力するコアファイル。
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
.TP 3
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
remote\-hostname\-or\-IP 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
リモートデバッグサーバ (
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
.B jsadebugd 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    61
を参照) のホスト名または IP アドレス。
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
.TP 3
90ce3da70b43 Initial load
duke
parents:
diff changeset
    63
server\-id 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    64
同じリモートホスト上で複数のデバッグサーバが実行している場合の、オプションの一意 ID。
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    66
.SH 機能説明
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
.B jinfo
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
は、指定された Java プロセスまたはコアファイルまたはリモートデバッグサーバの Java 構成情報を出力します。構成情報には、Java システムプロパティと Java 仮想マシンコマンド行フラグが含まれます。
90ce3da70b43 Initial load
duke
parents:
diff changeset
    69
指定されたプロセスが 64 ビット VM 上で実行されている場合、\f2\-J\-d64\fP オプションを指定しなければならない場合があります。次に例を示します。
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
.RS 3
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
jinfo \-J\-d64 \-sysprops pid
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
.RE
90ce3da70b43 Initial load
duke
parents:
diff changeset
    78
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
注 - このユーティリティはサポートされていないため、JDK の将来のバージョンでは使用できない可能性があります。
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
Windows 上の jinfo でサポートされているのは、実行中のプロセスの \-flag オプションだけです。
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
.SH オプション
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
.if t .TP 20
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
.if n .TP 15
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
.B " <no option>"
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
コマンド行フラグとシステムプロパティと値のペアの両方を出力します。
90ce3da70b43 Initial load
duke
parents:
diff changeset
    87
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
.TP 3
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
\-flag name 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    90
指定されたコマンド行フラグの名前と値を出力します。
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
.TP 3
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
\-flag [+|\-]name 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
指定されたブール型のコマンド行フラグを有効または無効にします。
90ce3da70b43 Initial load
duke
parents:
diff changeset
    95
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
.TP 3
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
\-flag name=value 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    98
指定されたコマンド行フラグを指定された値に設定します。
90ce3da70b43 Initial load
duke
parents:
diff changeset
    99
.if t .TP 20
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
.if n .TP 15
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
.B \-flags
90ce3da70b43 Initial load
duke
parents:
diff changeset
   102
JVM に渡されるコマンド行フラグをペアで出力します。
90ce3da70b43 Initial load
duke
parents:
diff changeset
   103
.if t .TP 20
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
.if n .TP 15
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
.B \-sysprops
90ce3da70b43 Initial load
duke
parents:
diff changeset
   106
Java システムプロパティを名前と値のペアとして出力します。
90ce3da70b43 Initial load
duke
parents:
diff changeset
   107
.if t .TP 20
90ce3da70b43 Initial load
duke
parents:
diff changeset
   108
.if n .TP 15
90ce3da70b43 Initial load
duke
parents:
diff changeset
   109
.B \-h
90ce3da70b43 Initial load
duke
parents:
diff changeset
   110
ヘルプメッセージを出力します。
90ce3da70b43 Initial load
duke
parents:
diff changeset
   111
.if t .TP 20
90ce3da70b43 Initial load
duke
parents:
diff changeset
   112
.if n .TP 15
90ce3da70b43 Initial load
duke
parents:
diff changeset
   113
.B \-help
90ce3da70b43 Initial load
duke
parents:
diff changeset
   114
ヘルプメッセージを出力します。
90ce3da70b43 Initial load
duke
parents:
diff changeset
   115
.SH 関連項目
90ce3da70b43 Initial load
duke
parents:
diff changeset
   116
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   117
.RS 3
90ce3da70b43 Initial load
duke
parents:
diff changeset
   118
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   119
*
90ce3da70b43 Initial load
duke
parents:
diff changeset
   120
jps 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   121
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   122
*
90ce3da70b43 Initial load
duke
parents:
diff changeset
   123
jsadebugd 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   124
.RE
90ce3da70b43 Initial load
duke
parents:
diff changeset
   125
90ce3da70b43 Initial load
duke
parents:
diff changeset
   126
.LP
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