Commit graph

6 commits

Author SHA1 Message Date
Chow Loong Jin
16f28f900c Improve comments in the config around {low,high,max}_temp settings 2021-03-02 21:40:10 +09:00
Andrew Gaul
dd2c305593 Change default polling_interval to 1
This allows mbpfan to react more quickly to changing workloads and
avoid CPU throttling.  Also change unit test expectations.
Fixes #159.
2019-01-18 11:34:07 -08:00
mikaelbjoern
50f3a67ab4 Add support for many processors (not just cores)
Add an outer loop in mbpfan.c:retrieve_sensors to loop over all coretemp
directories. Also increase hard-coded limits from 10 to 12 or 16 since
the temp endpoints are sometimes indexed that high.
    
For example, this is required for supporting a Mac Pro with two processors
of 16 cores, requiring
/sys/devices/platform/coretemp.0/hwmon/hwmon0/temp{1..12}
/sys/devices/platform/coretemp.1/hwmon/hwmon1/temp{1..12}
    
Fixes #152.
2019-01-18 11:26:11 -08:00
codutti
8db63a40af Removed autoconfig with suggested procedure because has been integrated on mbpfan. Commented auto detect values from config file. 2018-09-11 03:09:35 +05:30
Daniel Graziotin
393504e9ab [Fixes #79] mbpfan.conf self-explains itself 2016-06-05 09:55:17 +02:00
CeRiAl
6ea021ad78 Added support for configfile /etc/mbpfan.conf 2012-07-05 01:22:48 +02:00