jsadebugd


jsadebugd Daemon 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



Java In A Nutshell
Java In A Nutshell, 5th Edition
ISBN: 0596007736
EAN: 2147483647
Year: 2004
Pages: 1220

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net