# nvp - NVIDIA Process Viewer
[](https://crates.io/crates/nvp)
[](https://docs.rs/nvp)
[](https://github.com/yourusername/nvp/actions)
A surgical-precision GPU process monitor for NVIDIA devices, delivering clean and reliable process visibility.

## Features ✨
- **True GPU Indexing** - Maps physical `bus_id` (e.g., `00000000:36:00.0`) to logical IDs (`0,1,2...`)
- **Aligned Output** - Column-formatted display with smart truncation
- **Process Insights**:
- GPU memory usage (MiB)
- Full command-line (with intelligent truncation)
- Process owner detection
- **Zero-overhead** - Pure Rust implementation, 10x faster than Python alternatives
## Installation 📦
```bash
# From crates.io
cargo install nvp
# From source
cargo install --git https://github.com/yourusername/nvp