On Linux, system load
is defined as the exponentially decaying average of
num runnable processes + num uninterruptable processes
. I am wondering if it will correctly account for CFS cgroup quota used to limit the number of cpu shares a group of processes may use in a given interval.
In other word: If a process is throttled due to depleted CFS quota, is it still considered runnable and therefore reflected in the system load average?