Tiong Gor
Tiong Gor

Reputation: 73

How to track Radeon GPU temparature with windows command line?

I had knowledge in C# language and web application. I would like to know what is the window command to track the temperature of 4 RX 560 GPU which had installed on my PC.

I had find all of the resources in internet , but couldn't find any relate windows command line to track the temperature. Or if there is any DLL or API to track the temperature?

My purpose is to do a window services which keep track the temperature and push the temperature data to other server over the internet.

Appreciate if anyone can give me guidance.

Upvotes: 1

Views: 1864

Answers (1)

Abbas
Abbas

Reputation: 14432

There is a similar question here on SO (although in that question it is about the CPU temperature): How to get CPU temperature?

The answer of @Jens provides information about Open Hardware Monitor. Although it first seems like an application, there's also an interface available.

More info from the site:

Upvotes: 2

Related Questions