nvitop/examples/monitor-minimal
2026-05-16 15:37:30 +08:00
..
monitor_minimal.py chore: update license header 2026-05-16 15:37:30 +08:00
README.md feat(examples): add examples/ folder and relocate the deprecated nvitop.callbacks (#216) 2026-05-16 15:34:29 +08:00

Minimal GPU Monitor

A one-shot, no-extras script that prints the same information nvitop shows in its TUI, but as plain text. Useful as a starting point for custom monitoring scripts.

APIs Used

Run

python3 examples/monitor-minimal/monitor_minimal.py

Requires only nvitop itself; no other dependencies.

See ../README.md for the full example index.