Crates.io | procdump |
lib.rs | procdump |
version | 0.1.3 |
source | src |
created_at | 2019-11-13 04:47:32.944437 |
updated_at | 2021-04-17 16:15:22.645615 |
description | A console program to display detailed information about a running process |
homepage | https://github.com/eminence/procdump |
repository | https://github.com/eminence/procdump |
max_upload_size | |
id | 180841 |
size | 117,645 |
A linux command-line tool to display information about a running process
Note Under development, but please try it out and provide feedback
Install the latest published version:
cargo install procdump
Or clone and build from source. Install rust, download the source, and then run:
cargo build
procdump [PID]
If the PID
argument is missing, procdump will show information
about its own running process.