AaronKelley / DellFanManagement

A suite of tools for managing the fans in many Dell laptops.
GNU General Public License v3.0
245 stars 30 forks source link

High CPU utilisation #20

Open bedrin opened 2 years ago

bedrin commented 2 years ago

I'm measuring amount of time my CPU spends in C0 state (using Throttlestop).

With idle system it's around 0.5% When I launch DellFanManagement it goes up to 2% which negatively affects battery.

I suspect it might be due to constant polling in background (fans speed, temperature of GPU and CPU) In manual and automatic mode this polling is not needed at all. In consistency mode it could be configurable (both polling interval and say enabling/disabling GPU monitoring)