Re: [git] CFS-devel, latest code

From: Ingo Molnar
Date: Thu Oct 04 2007 - 03:41:58 EST



* Dmitry Adamushko <dmitry.adamushko@xxxxxxxxx> wrote:

> results:
>
> (SCHED_FIFO)
>
> dimm@earth:~/storage/prog$ sudo chrt -f 10 ./rr_interval
> time_slice: 0 : 0
>
> (SCHED_RR)
>
> dimm@earth:~/storage/prog$ sudo chrt 10 ./rr_interval
> time_slice: 0 : 99984800
>
> (SCHED_NORMAL)
>
> dimm@earth:~/storage/prog$ ./rr_interval
> time_slice: 0 : 19996960
>
> (SCHED_NORMAL + a cpu_hog of similar 'weight' on the same CPU --- so should be a half of the previous result)
>
> dimm@earth:~/storage/prog$ taskset 1 ./rr_interval
> time_slice: 0 : 9998480

thanks, applied.

Ingo
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/