pd 0.0.1

View process details
pd-0.0.1 is not a library.
Visit the last successful build: pd-0.1.0

pd

GitHub Workflow Status Crates.io LICENSE


A command line tool to view / watch process information

Install

Binary

Download the binary from the release page

Cargo

cargo install pd
# or
cargo install --git https://github.com/wyhaya/pd

Usage

Watch progress information

# Watch specified process
pd -i PID

# Run a process and watch
pd -r 'xx xxx xx'

Output process details

pd -i PID -d

Output process environment variables

pd -i PID -e