pmortem

Crates.iopmortem
lib.rspmortem
version0.1.0
created_at2024-12-25 04:44:37.078263+00
updated_at2024-12-25 04:44:37.078263+00
descriptionA process dumper
homepage
repositoryhttps://github.com/xiaopengli89/pmortem
max_upload_size
id1494793
size1,559,880
Xiaopeng Li (xiaopengli89)

documentation

README

pmortem

A process dumper built in Rust.

Usage

λ 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
  • Dump the process with PID '1324':
pmortem 1324
  • Dump the process with PID '1324' encounters an unhandled exception or exit:
pmortem -e --exit 1324
Commit count: 45

cargo fmt