1 unstable release

0.1.0 Dec 25, 2024

#2 in #pid

Download history 146/week @ 2024-12-25

146 downloads per month

Apache-2.0 OR MIT

1.5MB
31K SLoC

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

Dependencies

~6–46MB
~741K SLoC