cancel
Showing results for 
Search instead for 
Did you mean: 

General Discussions

aaronisthebest74
Journeyman III

PowerShell Command for GPU Temperatures

I'm currently working on a project that is designed to fetch CPU & GPU Temperatures, System Memory Usage, and GPU & CPU Usage. I've got everything I need to fetch CPU information; it's the GPU side of things that I'm having trouble with. To get all this information I'm using a Python script to run PowerShell commands based on the type of GPU. For Nvidia Cards, I'm using Nvidia-smi commands. It's AMD Cards I'm having trouble getting information through PowerShell. I'm looking for a single-line command that I can run to get the GPU Temperature and a similar command to get GPU Power Usage (in watts).

Here is the link to the project on GitHub: aaron-is-the-best2114/PC-Vital-Box (github.com)

0 Likes
1 Reply
FunkZ
Grandmaster

For AMD source check out HIP SDK

https://www.amd.com/en/developer/resources/rocm-hub/hip-sdk.html

Or GPUOpen SDK for open source AMD API

https://gpuopen.com/sdks/

Ryzen R7 5700X | B550 Gaming X | 2x16GB G.Skill 3600 | Radeon RX 7900XT
Ryzen R7 5700G | B550 Gaming X | 2x8GB G.Skill 4000 | Radeon Vega 8 IGP
Ryzen R5 5600 | B550 Gaming Edge | 4x8GB G.Skill 3600 | Radeon RX 6800XT
0 Likes