| Crates.io | pmortem |
| lib.rs | pmortem |
| version | 0.1.0 |
| created_at | 2024-12-25 04:44:37.078263+00 |
| updated_at | 2024-12-25 04:44:37.078263+00 |
| description | A process dumper |
| homepage | |
| repository | https://github.com/xiaopengli89/pmortem |
| max_upload_size | |
| id | 1494793 |
| size | 1,559,880 |
A process dumper built in Rust.
λ pmortem -h
A process dumper
Usage: pmortem [OPTIONS] <PID>
Arguments:
<PID>
Options:
-o, --output <OUTPUT> Output dump file
-e, --exception Write a dump when the process encounters an unhandled exception
--exit Write a dump when the process exit
-h, --help Print help
-V, --version Print version
pmortem 1324
pmortem -e --exit 1324