pyamsoft / pstate-frequency

Easily control Intel p-state driver on Linux
https://pyamsoft.blogspot.com/
GNU General Public License v2.0
172 stars 19 forks source link

Add support for governor, io_scheduler setting #6

Closed pyamsoft closed 9 years ago

pyamsoft commented 9 years ago

Add support for reading and writing the current governor as well as the block device io scheduling policy

pyamsoft commented 9 years ago

Added ability to parse options relating to scheduler and governor, now to figure out how to handle the input for these options in a safe and sane way.

pyamsoft commented 9 years ago

Upon further thought, support for scheduling will not be added at this time. pstate-frequency should only manage the CPU and related values, anything relating to the IO scheduler on a global level is an instance of feature creep and will be ignored for the time being, and I do not have plans of supporting it in the near future.

Support for CPU governors have been added however, and should more or less be safe to use when using both the intel_pstate and the acpi-cpufreq drivers.