- Add an option (-t) to disable the use of special "turbo" frequencies that overclock some CPUs
- Add an option (-S) to scale the load to 100%
When not scaled, the load factor as calculated by
powerd ranges from 0..100*num_cpus. This means that the
default algorithms which scale based on load in the 0..100
range fail to work properly, as just a single loaded core
looks like 100% CPU to powered, when it can be just 1.5% of
64 cores. Scaling the load factor by the number of cpus
allows the standard algorithms to work sanely on high core count
servers.