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

```bash cargo install pd

or

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

Usage

Watch progress information

```bash

Watch specified process

pd -i PID

Run a process and watch

pd -r 'xx xxx xx' ```

Output process details

bash pd -i PID -d

Output process environment variables

bash pd -i PID -e