|
Post by ktulaman on Oct 12, 2006 18:15:51 GMT 7
|
|
|
Post by spiken on Oct 12, 2006 19:44:27 GMT 7
Good idea ! I m going to try it.
Thanks ktulaman.
|
|
mshapf
Junior Member
Posts: 74
|
Post by mshapf on Oct 13, 2006 13:08:49 GMT 7
Excellent!!!
Such a module is very useful together with the fanctrl module in order to "calibrate" the fan rpms...
Execent job!!!
Cheers, Mshapf.
|
|
mshapf
Junior Member
Posts: 74
|
Post by mshapf on Oct 13, 2006 13:13:04 GMT 7
Btw, the "correct" way to avoid the MY is to include the "current" directory when compressing the module.
Example that works: tar -czf mymodule.mod ./mymodule Example that doesn't: tar -cvf mymodule.mod mymodule
Hope this helps, Mshapf.
|
|
|
Post by N2100Owner on Oct 13, 2006 14:00:18 GMT 7
If you can use something like JFreeChart (http://sourceforge.net/projects/jfreechart) to plot, then it would be even better.
|
|
|
Post by getmythe on Oct 14, 2006 1:31:33 GMT 7
Will hd sleep still work?
I noticed that you are writing to the smbshares with each temperature readout. I guess that means that the harddrive will not be able to spin down, unless the filesystem does some caching of all write accesses. Correct?
how about writing to the memory based filesystem instead and only every say 6 hours write to the smbshares (as well as on deactivating the module)?
keep up the good work!
|
|
|
Post by ktulaman on Oct 14, 2006 6:32:55 GMT 7
mshapf, thanks for the way to archive the module. I'll try it.
getmythe, if the smbshare is on the internal HD, then you are correct, the HD will not spin down in the default 30 minutes. What about if you have it write to the USBHDD? I have written another module and in that module, i have enabled the option to write to the USBHDD (USB thumb drive, for example). The current version (1.0) of the LOGTEMP module does not specifically write to the external USB drive, even if you select it. I will update it.
That said, it's a good idea to write to the memory-based filesystem first and then flush to the HD every few hours.
Thanks!
|
|
|
Post by ianhasund on Dec 28, 2006 0:44:27 GMT 7
Is it possible to also record the fan speed? This way one could compare the fan speed to the temperature.
Thanks.
|
|