Releases
v1.4
Compare
Sorry, something went wrong.
No results found
Fixes/improvements
fixed SYSMAN max PCIe bandwidth reading on Linux
fixed file reading crash on some Linux systems
render unavailable counters as -?-
color labels in bars mode
How to run?
Windows
Download hw-smi.exe or hw-smi-hud.exe (version with graphical on-screen HUD).
Double-click (you will be asked to run as administrator, this is required for some Intel GPU counters).
Alternatively, run in Windows CMD via
hw-smi.exe
hw-smi.exe --bars
hw-smi.exe --graphs
hw-smi.exe --help
Or compile from source code on Windows
Linux
Clone from GitHub:
git clone https://github.com/ProjectPhysX/hw-smi.git && cd hw-smi
Compile:
chmod +x make.sh
./make.sh
Run:
sudo bin/hw-smi
sudo bin/hw-smi --bars
sudo bin/hw-smi --graphs
sudo bin/hw-smi --help
Note that it will also work without sudo. However, some telemetry counters on Intel GPUs are not available without sudo.
You can’t perform that action at this time.