Re: [PATCH v5 03/12] sched: fix avg_load computation

2014-09-05 Thread Preeti U Murthy
On 08/26/2014 04:36 PM, 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 and they will be tracked in the > CPU's utilization

Re: [PATCH v5 03/12] sched: fix avg_load computation

2014-09-05 Thread Preeti U Murthy
On 08/26/2014 04:36 PM, 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 and they will be tracked in the CPU's utilization

Re: [PATCH v5 03/12] sched: fix avg_load computation

2014-09-04 Thread Tim Chen
On Thu, 2014-09-04 at 09:17 +0200, Vincent Guittot wrote: > On 4 September 2014 01:43, Tim Chen wrote: > > On Wed, 2014-09-03 at 13:09 +0200, Vincent Guittot wrote: > >> On 30 August 2014 14:00, Preeti U Murthy wrote: > >> > Hi Vincent, > >> > > >> > On 08/26/2014 04:36 PM, Vincent Guittot

Re: [PATCH v5 03/12] sched: fix avg_load computation

2014-09-04 Thread Vincent Guittot
On 4 September 2014 01:43, Tim Chen wrote: > On Wed, 2014-09-03 at 13:09 +0200, Vincent Guittot wrote: >> On 30 August 2014 14:00, Preeti U Murthy wrote: >> > Hi Vincent, >> > >> > On 08/26/2014 04:36 PM, Vincent Guittot wrote: >> >> The computation of avg_load and avg_load_per_task should only

Re: [PATCH v5 03/12] sched: fix avg_load computation

2014-09-04 Thread Vincent Guittot
On 4 September 2014 01:43, Tim Chen tim.c.c...@linux.intel.com wrote: On Wed, 2014-09-03 at 13:09 +0200, Vincent Guittot wrote: On 30 August 2014 14:00, Preeti U Murthy pre...@linux.vnet.ibm.com wrote: Hi Vincent, On 08/26/2014 04:36 PM, Vincent Guittot wrote: The computation of avg_load

Re: [PATCH v5 03/12] sched: fix avg_load computation

2014-09-04 Thread Tim Chen
On Thu, 2014-09-04 at 09:17 +0200, Vincent Guittot wrote: On 4 September 2014 01:43, Tim Chen tim.c.c...@linux.intel.com wrote: On Wed, 2014-09-03 at 13:09 +0200, Vincent Guittot wrote: On 30 August 2014 14:00, Preeti U Murthy pre...@linux.vnet.ibm.com wrote: Hi Vincent, On

Re: [PATCH v5 03/12] sched: fix avg_load computation

2014-09-03 Thread Tim Chen
On Wed, 2014-09-03 at 13:09 +0200, Vincent Guittot wrote: > On 30 August 2014 14:00, Preeti U Murthy wrote: > > Hi Vincent, > > > > On 08/26/2014 04:36 PM, Vincent Guittot wrote: > >> The computation of avg_load and avg_load_per_task should only takes into > >> account the number of cfs tasks.

Re: [PATCH v5 03/12] sched: fix avg_load computation

2014-09-03 Thread Vincent Guittot
On 30 August 2014 14:00, Preeti U Murthy wrote: > Hi Vincent, > > On 08/26/2014 04:36 PM, 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

Re: [PATCH v5 03/12] sched: fix avg_load computation

2014-09-03 Thread Vincent Guittot
On 30 August 2014 14:00, Preeti U Murthy pre...@linux.vnet.ibm.com wrote: Hi Vincent, On 08/26/2014 04:36 PM, 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

Re: [PATCH v5 03/12] sched: fix avg_load computation

2014-09-03 Thread Tim Chen
On Wed, 2014-09-03 at 13:09 +0200, Vincent Guittot wrote: On 30 August 2014 14:00, Preeti U Murthy pre...@linux.vnet.ibm.com wrote: Hi Vincent, On 08/26/2014 04:36 PM, Vincent Guittot wrote: The computation of avg_load and avg_load_per_task should only takes into account the number of

Re: [PATCH v5 03/12] sched: fix avg_load computation

2014-08-30 Thread Preeti U Murthy
Hi Vincent, On 08/26/2014 04:36 PM, 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 and they will be tracked in the > CPU's

Re: [PATCH v5 03/12] sched: fix avg_load computation

2014-08-30 Thread Preeti U Murthy
Hi Vincent, On 08/26/2014 04:36 PM, 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 and they will be tracked in the CPU's

[PATCH v5 03/12] sched: fix avg_load computation

2014-08-26 Thread Vincent Guittot
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 and they will be tracked in the CPU's utilization (group_utilization) of the next patches Signed-off-by:

[PATCH v5 03/12] sched: fix avg_load computation

2014-08-26 Thread Vincent Guittot
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 and they will be tracked in the CPU's utilization (group_utilization) of the next patches Signed-off-by: