Search code examples
windowscommand-lineamd-gpu

How can I check AMD GPU power usage in Windows cmd?


For NVIDIA GPUs, I use

nvidia-smi -i 0 --format=csv,noheader --query-gpu=power.draw

and this command prints (for example) 150.00 W to stdout.

But how can I get AMD GPU power usage from Windows command line?


Solution

  • Software like Overdrive5 for Windows may help you I hope. Overdrive5 Github