2692
|
1 |
." Copyright 2004 Sun Microsystems, Inc. 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 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
|
|
19 |
." CA 95054 USA or visit www.sun.com if you need additional information or
|
|
20 |
." have any questions.
|
|
21 |
."
|
|
22 |
.TH jsadebugd 1 "04 May 2009"
|
|
23 |
." Generated from HTML by html2man (author: Eric Armstrong)
|
|
24 |
|
2
|
25 |
.LP
|
2692
|
26 |
.SH "名前"
|
|
27 |
jsadebugd \- サービスアビリティーエージェントデバッグデーモン
|
2
|
28 |
.LP
|
|
29 |
.RS 3
|
|
30 |
.TP 2
|
2692
|
31 |
o
|
|
32 |
形式
|
2
|
33 |
.TP 2
|
2692
|
34 |
o
|
|
35 |
パラメータ
|
|
36 |
.TP 2
|
|
37 |
o
|
|
38 |
説明
|
2
|
39 |
.TP 2
|
2692
|
40 |
o
|
|
41 |
関連項目
|
|
42 |
.RE
|
|
43 |
|
|
44 |
.LP
|
|
45 |
.SH "形式"
|
|
46 |
.LP
|
|
47 |
|
|
48 |
.LP
|
|
49 |
.nf
|
|
50 |
\f3
|
|
51 |
.fl
|
|
52 |
\fP\f3jsadebugd\fP pid [ server\-id ]
|
|
53 |
.fl
|
|
54 |
\f3jsadebugd\fP executable core [ server\-id ]
|
|
55 |
.fl
|
|
56 |
.fi
|
|
57 |
|
|
58 |
.LP
|
|
59 |
.SH "パラメータ"
|
|
60 |
.LP
|
|
61 |
|
|
62 |
.LP
|
|
63 |
.RS 3
|
|
64 |
.TP 3
|
|
65 |
pid
|
|
66 |
デバッグサーバーが接続するプロセスのプロセス ID です。プロセスは Java プロセスである必要があります。マシン上で実行している Java プロセスの一覧を取得するには、jps(1) を使用します。単一のプロセスに接続できるデバッグサーバーのインスタンスは、1 つに制限されます。
|
|
67 |
.RE
|
|
68 |
|
|
69 |
.LP
|
|
70 |
.RS 3
|
|
71 |
.TP 3
|
|
72 |
executable
|
|
73 |
.RE
|
|
74 |
|
|
75 |
.LP
|
|
76 |
.RS 3
|
|
77 |
.TP 3
|
|
78 |
コアダンプの作成元になる Java 実行可能ファイルです。
|
|
79 |
.RE
|
|
80 |
|
|
81 |
.LP
|
|
82 |
.RS 3
|
|
83 |
.TP 3
|
|
84 |
core
|
|
85 |
デバッグサーバーを接続するコアファイルです。
|
|
86 |
.RE
|
|
87 |
|
|
88 |
.LP
|
|
89 |
.RS 3
|
|
90 |
.TP 3
|
|
91 |
server\-id
|
|
92 |
複数のデバッグサーバーが同一のマシン上で実行している場合に必要になる、オプション固有の ID です。この ID は、リモートクライアントが、接続先のデバッグサーバーを特定するために使用する必要があります。この ID は、単一のマシン内で一意でなければなりません。
|
|
93 |
.RE
|
|
94 |
|
|
95 |
.LP
|
|
96 |
.SH "説明"
|
|
97 |
.LP
|
|
98 |
|
|
99 |
.LP
|
|
100 |
.LP
|
|
101 |
\f3jsadebugd\fP は、Java プロセスまたはコアファイルに接続し、デバッグサーバーとして機能します。jstack(1)、jmap(1)、および jinfo(1) などのリモートクライアントは、Java Remote Method Invocation (RMI) を使用しているサーバーに接続できます。\f2jsadebugd\fP を起動する前に、次のように指定して
|
|
102 |
.na
|
|
103 |
\f2rmiregistry\fP @
|
|
104 |
.fi
|
|
105 |
http://java.sun.com/javase/6/docs/technotes/tools/index.html#rmi を起動する必要があります。
|
|
106 |
.LP
|
|
107 |
.RS 3
|
|
108 |
|
|
109 |
.LP
|
|
110 |
.nf
|
|
111 |
\f3
|
|
112 |
.fl
|
|
113 |
\fP\f4rmiregistry \-J\-Xbootclasspath/p:$JAVA_HOME/lib/sajdi.jar\fP\f3
|
|
114 |
.fl
|
|
115 |
\fP
|
|
116 |
.fi
|
|
117 |
.RE
|
|
118 |
|
|
119 |
.LP
|
|
120 |
.LP
|
|
121 |
ここで、\f2$JAVA_HOME\fP は、JDK のインストールディレクトリです。rmiregistry が起動していない場合、jsadebugd は標準 (1099) ポートの rmiregistry を内部で起動します。デバッグサーバーは、SIGINT を送信する (Ctrl+C を押す) ことにより停止できます。
|
|
122 |
.LP
|
|
123 |
.LP
|
|
124 |
\f3注 \- このユーティリティーはサポート対象外であり、将来の JDK のバージョンでは利用できなくなる可能性があります。 jsadebugd は、現時点では、Windows プラットフォームでは使用できません。\fP
|
|
125 |
.LP
|
|
126 |
.SH "関連項目"
|
|
127 |
.LP
|
|
128 |
.RS 3
|
2
|
129 |
.TP 2
|
2692
|
130 |
o
|
|
131 |
jinfo(1)
|
|
132 |
.TP 2
|
|
133 |
o
|
|
134 |
jmap(1)
|
|
135 |
.TP 2
|
|
136 |
o
|
|
137 |
jps(1)
|
2
|
138 |
.TP 2
|
2692
|
139 |
o
|
|
140 |
jstack(1)
|
|
141 |
.TP 2
|
|
142 |
o
|
|
143 |
.na
|
|
144 |
\f2rmiregistry\fP @
|
|
145 |
.fi
|
|
146 |
http://java.sun.com/javase/6/docs/technotes/tools/index.html#rmi
|
2
|
147 |
.RE
|
|
148 |
|
|
149 |
.LP
|
|
150 |
|
|
151 |
.LP
|
|
152 |
|