Name

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

Get Java in a Nutshell, 5th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.