3 unstable releases
0.1.3 | Apr 17, 2021 |
---|---|
0.1.0 | Dec 24, 2019 |
0.0.0 | Nov 13, 2019 |
#731 in Unix APIs
97KB
2.5K
SLoC
procdump
A linux command-line tool to display information about a running process
Note Under development, but please try it out and provide feedback
Install
Install the latest published version:
cargo install procdump
Or clone and build from source. Install rust, download the source, and then run:
cargo build
Usage
procdump [PID]
If the PID
argument is missing, procdump will show information
about its own running process.
Dependencies
~4–5.5MB
~87K SLoC