devonchenc / gpumonitor-qt5

GPU Monitor based on Qt5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GPUMonitor-Qt5

GPUMonitor is written in C++/Qt5 and is used to display NVIDIA GPUs' information, including device memory usage, GPU utilization, power and temperature.

Software interface

These status can also be seen in the system tray and right-click menu.

SystemTray ContextMenu

These useful information of GPU comes from 'nvidia-smi' command which is opened by popen() function. So, it does NOT support Intel and AMD graphics cards.

About

GPU Monitor based on Qt5


Languages

Language:C++ 94.7%Language:QMake 5.3%