1

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.

Uwe Keim
  • 39,551
  • 56
  • 175
  • 291
Tiong Gor
  • 73
  • 1
  • 8
  • What is a "Windows command" in your context? – Uwe Keim Dec 01 '17 at 08:29
  • Have you looked into working via power shell to get your desired result. This post talks about it -> https://stackoverflow.com/questions/21884264/retrieve-intel-pch-temperature-with-powershell – khmub Dec 01 '17 at 08:36

1 Answers1

2

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:

Abbas
  • 14,186
  • 6
  • 41
  • 72