procdump

Crates.ioprocdump
lib.rsprocdump
version0.1.3
sourcesrc
created_at2019-11-13 04:47:32.944437
updated_at2021-04-17 16:15:22.645615
descriptionA console program to display detailed information about a running process
homepagehttps://github.com/eminence/procdump
repositoryhttps://github.com/eminence/procdump
max_upload_size
id180841
size117,645
Andrew Chin (eminence)

documentation

README

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.

Commit count: 78

cargo fmt