Skip to content

hw-smi v1.2

Choose a tag to compare

@ProjectPhysX ProjectPhysX released this 14 Apr 17:28
· 23 commits to master since this release

Fixes/improvements

  • added max memory bandwidth fallback for most Intel iGPUs
  • fixed memory_bus_width_fallback for iGPUs
  • hardened against empty Sysman device name
  • better device name cleaning
  • for Linux compiling, check /usr/lib64/ path before /usr/lib/ path
  • added libnvidia-ml.so path for aarch64

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 --graphs
    hw-smi.exe --bars
    hw-smi.exe --help

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 --graphs
    sudo bin/hw-smi --bars
    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.