lkml.org 
[lkml]   [2018]   [Jun]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 2/2] sched/fair: util_est: add running_sum tracking
Hi Vincent,

On 06-Jun 10:26, Vincent Guittot wrote:

[...]

> For the above 2 tasks of the example example we have the pattern
>
> Task 1
> state RRRRSSSSSSERRRRSSSSSSERRRRSSSSSS
> util_avg AAAADDDDDD AAAADDDDDD AAAADDDDDD
>
> Task 2
> state WWWWRRRRSSEWWWWRRRRSSEWWWWRRRRSS
> util_avg DDDDAAAADD DDDDAAAADD DDDDAAAADD
> running_avg AAAADDC AAAADDC AAAADD
>
> R : Running 1ms, S: Sleep 1ms , W: Wait 1ms, E: Enqueue event
> A: Accumulate 1ms, D: Decay 1ms, C: Copy util_avg value
>
> the util_avg of T1 and T2 have the same pattern which is:
> AAAADDDDDDAAAADDDDDDAAAADDDDDD
> and as a result, the same value which represents their utilization
>
> For the running_avg of T2, there is only 2 decays aftert the last running
> phase and before the next enqueue
> so the pattern will be AAAADDAAAA
> instead of the AAAADDDDDDAAAA
>
> the runninh_avg will report a higher value than reality

Right!... Your example above is really useful, thanks.

Reasoning on the same line, we can easily see that a 50% CFS task
co-scheduled with a 50% RT task, which delays the CFS one and has the
same period, will make the CFS task appear as a 100% task.

Which is definitively not what we want to sample as estimated
utilization.

The good news, if we like, is instead that util_avg is already
correctly reporting 50% at the end of each activation and thus, when
we collect util_est samples we already have the best utilization value
we can collect for a task.

The only time we collect "wrong" estimation samples is when there
is not idle time, thus eventually util_est should be improved by
discarding samples in that cases... but I'm not entirely sure if and
how we can detect them.

Or just to ensure we have idle time... as you are proposing in
the other thread.

Thanks again for pointing out the issue above.

--
#include <best/regards.h>

Patrick Bellasi

\
 
 \ /
  Last update: 2018-06-06 12:38    [W:0.181 / U:0.284 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site