Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: Internet151 on April 28, 2011, 09:46:30 PM



Title: What's a good GPU monitoring program?
Post by: Internet151 on April 28, 2011, 09:46:30 PM
I'm looking for a program that can monitor multiple AMD GPU temperatures and automatically shut down the computer if the temps reach a certain point. E-mail notification upon this event would be a nice bonus too.


Title: Re: What's a good GPU monitoring program?
Post by: rezin777 on April 29, 2011, 12:43:04 AM
I'm looking for a program that can monitor multiple AMD GPU temperatures and automatically shut down the computer if the temps reach a certain point. E-mail notification upon this event would be a nice bonus too.

MSI Afterburner can monitor multiple GPU temps and display them. Modern AMD GPUs have a thermal protection built into them. BTCmine is a pool that will email you if one of your workers goes down.

I don't know of one program that can do all three.


Title: Re: What's a good GPU monitoring program?
Post by: James4jsarena on May 05, 2011, 10:25:12 AM
AMD graphics processing unit monitoring program is available on www.gpucomputing.net. May be this site will provide some information. Nice thought to get this problem.


Title: Re: What's a good GPU monitoring program?
Post by: compro01 on May 05, 2011, 03:43:04 PM
I'm looking for a program that can monitor multiple AMD GPU temperatures and automatically shut down the computer if the temps reach a certain point. E-mail notification upon this event would be a nice bonus too.

speedfan (http://www.almico.com/speedfan.php) will do all that.

you'd just punch into the event setting "if (AMDGPU1 temperture) is > sometemp for sometime, then execute shutdown /s /t 0 /c "GPU1 overheating""  and a second one almost identical one with a shorter "sometime" value (so it has a bit of time to send the email before the system shuts down.  10 seconds difference should be enough.) which sends an email instead (remember to put the SMTP server settings into the mail tab).

and of course duplicate both for each GPU.