gpulite

Lightweight GPU monitor & benchmark tool for macOS — written in C++. Zero dependencies.


Install

git clone https://github.com/tifelabs/gpulite
cd gpulite
g++ -std=c++17 -O2 -o gpulite main.cpp
./gpulite

Commands

KeyCommandDescription
[1]GPU StatusName, VRAM, Metal support, core count
[2]GPU BenchmarkScored stress test with tier rating
[3]GPU ProcessesActive workloads — PID, CPU%, MEM%
[4]Live MonitorReal-time stats, refreshes every 2s
[Q]QuitExit gpulite

WIP Roadmap


v0.1.0 · macOS · C++17 · GNU License · GitHub