Bitcoin Forum

Bitcoin => Mining support => Topic started by: glub0x on June 01, 2013, 11:49:02 AM



Title: How to collect temprature data?
Post by: glub0x on June 01, 2013, 11:49:02 AM
Hello, i'd like to collect data about the temps of the room of my miners.
As a first step, i'd like a simple way to collect the temperature automatically of the graphic card ( lets say every 30min) and store it in a file on the desktop...

Then eventually if you know a simple (usb maybe) thermoeter that shell could control without hassle to get the temp of the room.

does any one have a shell script for that? or an idea on how to do so...
[EDIT] I'm on ubuntu


Title: Re: How to collect temprature data?
Post by: pekv2 on June 01, 2013, 02:53:17 PM
As a first step, i'd like a simple way to collect the temperature automatically of the graphic card ( lets say every 30min) and store it in a file on the desktop...

You can log with HWinfo64 http://www.hwinfo.com/index.html or gpu-z http://www.techpowerup.com/gpuz/ .




Title: Re: How to collect temprature data?
Post by: glub0x on June 01, 2013, 03:14:34 PM
As a first step, i'd like a simple way to collect the temperature automatically of the graphic card ( lets say every 30min) and store it in a file on the desktop...

You can log with HWinfo64 http://www.hwinfo.com/index.html or gpu-z http://www.techpowerup.com/gpuz/ .



i'm on unix thoose seems for windows no?


Title: Re: How to collect temprature data?
Post by: pekv2 on June 01, 2013, 03:25:23 PM
i'm on unix thoose seems for windows no?

My bad, didn't know you were on linux. People should know now, but would have saved from posting if you added that to the op :) .


Title: Re: How to collect temprature data?
Post by: glub0x on June 04, 2013, 05:28:35 PM
Bump?


Title: Re: How to collect temprature data?
Post by: glub0x on June 04, 2013, 08:10:08 PM
Hello, i'd like to collect data about the temps of the room of my miners.
As a first step, i'd like a simple way to collect the temperature automatically of the graphic card ( lets say every 30min) and store it in a file on the desktop...

Then eventually if you know a simple (usb maybe) thermoeter that shell could control without hassle to get the temp of the room.

does any one have a shell script for that? or an idea on how to do so...
[EDIT] I'm on ubuntu

If you know C, take a look at my watchdog source code and copy ADL code to get the card temperatures.
Or use AMD, ADL library samples.  I think they have libraries for other languages as well.
sounds like the path i'll take.
A bit surprise nobody did it before. If i came up with something i'll publish :)