| Mercury Monitor Reference Manual |
|---|
MONGDBmongdb — GDB wrapper for remote debugging |
monclient [[-C file] | [--config file]] [[-V] | [--version]] [[-a method] | [--auth method]] [[-g prog] | [--gdb prog]] [[-h] | [--help]] {[-j id] | [--jobid id]} [[-p procname] | [--prog procname]] [[-t id] | [--tid id]] [[-w layer] | [--wrap layer]...] URL binary
| [-C file] | [--config file] | Use the specified configuration file instead of @sysconfdir@/libmonp.conf |
| [-V] | [--version] | Print the version number and exit. |
| [-a method] | [--auth method] | The authentication method to use. If not specified, the strongest method supported by both the producer and the consumer will be used. |
| [-g prog] | [--gdb prog] | Name of the program to call instead of "gdb". You have to specify this if gdb is not in PATH or you want to use a cross-debugger. |
| [-h] | [--help] | Print a short help message on parameters and usage. |
| [-j id] | [--jobid id] | Job ID you want to debug. This parameter is mandatory. |
| [-p procname] | [--prog procname] | Process name. You have to specify this option and/or --tid if the job consists of multiple processes, otherwise gdb will get confused. |
| [-t id] | [--tid id] | Thread ID. You have to specify this option and/or --prog if the job consists of multiple processes, otherwise gdb will get confused. |
| [-w layer] | [--wrap layer] | Use the specified I/O layer. |
| URL | Producer URL of the resource where the job is running. |
| binary | Path to the binary image executing on the remote system. |
| << MONAPPTEST | System Programs >> |