Skip to content

hw-smi v1.4

Choose a tag to compare

@ProjectPhysX ProjectPhysX released this 22 Apr 15:35
· 12 commits to master since this release
067154c

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.