Lightweight GPU monitor & benchmark tool for macOS — written in C++. Zero dependencies.
git clone https://github.com/tifelabs/gpulite cd gpulite g++ -std=c++17 -O2 -o gpulite main.cpp ./gpulite
| Key | Command | Description |
|---|---|---|
| [1] | GPU Status | Name, VRAM, Metal support, core count |
| [2] | GPU Benchmark | Scored stress test with tier rating |
| [3] | GPU Processes | Active workloads — PID, CPU%, MEM% |
| [4] | Live Monitor | Real-time stats, refreshes every 2s |
| [Q] | Quit | Exit gpulite |
v0.1.0 · macOS · C++17 · GNU License · GitHub