最終更新:2022-10-13 (木) 13:33:25 (562d)  

schedutil
Top / schedutil

スケジューラによって CPU の周波数が選択されます

概要

  • aims at better integration with the Linux kernel scheduler. Load estimation is achieved through the scheduler's Per-Entity Load Tracking (PELT?) mechanism, which also provides information about the recent load.
  • This governor currently does load based DVFS only for tasks managed by CFS. RT? and DL? scheduler tasks are always run at the highest frequency. Unlike all the other governors, the code is located under the kernel/sched/ directory.

参考