Re: Temperature Recording Re: HELP? Re: Mysterious power off
"Louis" <[email protected]>
| Newsgroups | gmane.linux.hardware.sony |
|---|---|
| Message-ID | <33074.208.37.156.21.1056690558.squirrel@jasmine.returntonature.com> |
Well, I wouldn't call it nice but how about... #!/bin/bash # tempmon.sh DELAY=10 TEMPFILE=/proc/acpi/thermal_zone/ATF0/temperature LOGFILE=~/tempmon.log while [ 1 ]; do echo "`date` `cat $TEMPFILE`" >> $LOGFILE sleep $DELAY done Louis > Ahh yes, Sony is so uberly dependable. I had a nice lady from Singapore > wander through my computers settings for an hour before finally having > me reset my BIOS settings. And what good will that do? Other than > removing my BIOS password, I imagine nothing. Then again the BIOS may > have became mysteriously corrupted. > > In other questions.. Does anyone have a nice script that tracks the > systems current temperature and records it along w/ the time every 5-15 > seconds or so? > > Or know where to get one? > > Thanks, > > J/