schedutil
Schedutil is a Linux kernel CPU frequency governor in the cpufreq framework. It is designed to adjust the processor’s frequency dynamically based on the scheduler’s utilization metrics, offering a lightweight and responsive alternative to traditional load-based governors.
Schedutil relies on the Linux scheduler’s utilization data to infer workload intensity on each CPU. By interpreting
Schedutil is implemented as a per-CPU Governor within the cpufreq subsystem. It is available on most modern
Compared with other governors such as ondemand or performance, schedutil seeks to align frequency changes with
See also: CPU frequency scaling, cpufreq, Linux kernel governors, scheduler utilization.