Java in a Nutshell, 5th Edition [Electronic resources]

نسخه متنی -صفحه : 1191/ 96
نمايش فراداده

jsadebugdDaemon process for remote debugging

Synopsis

jsadebugd pid [ process-name ] // running process jsadebugd executable core [ process-name ] // core file

Description

jsadebugd is a server process that allows remote invocations of

jinfo ,

jmap , and

jstack on a local Java process or core file. Invoke

jsadebugd by specifying either the process id of a running Java process or an executable file and core file pair on the command line. If more than one

jsadebugd server will run on the same host at the same time, follow these arguments with an identifying process name that remote clients can use to identify the desired process.

jsadebugd starts the

rmiregistry server.

In Java 5.0,

jsadebugd is experimental, unsupported, and not available on all platforms.

See also

jinfo ,

jmap ,

jstack