[PATCH v2 03/11] sched: fix avg_load computation
From: peterz@infradead.org (Peter Zijlstra)
Date: 2014-05-27 13:48:24
Also in:
lkml
From: peterz@infradead.org (Peter Zijlstra)
Date: 2014-05-27 13:48:24
Also in:
lkml
On Fri, May 23, 2014 at 05:52:57PM +0200, Vincent Guittot wrote:
The computation of avg_load and avg_load_per_task should only takes into account the number of cfs tasks. The non cfs task are already taken into account by decreasing the cpu's capacity (cpu_power) and they will be tracked in the CPU's utilization (group_activity) of the next patches
Ah yes, very good. I don't think we had h_nr_running back when I frobbed this last.