A nice CPU resource controller

From: Martin Ohlin
Date: Wed Aug 30 2006 - 11:11:25 EST


To those interested

I have been working on a CPU resource controller using the nice value as a control signal. At the moment, the control is done on a per-task-level, but I have plans to extend it to groups of tasks. The control is based on a PI-controller (Proportional, Integral), using an execution time measurement as input to the controller, and the output from the controller as nice value.

Using the controller, it is possible to make CPU reservations that in a soft way guarante that tasks achieve as much resources as the corresponding reference indicates.

For those interested, the concept is described in more detail along with experiments in the first part of my thesis available at:
http://www.control.lth.se/database/publications/article.pike?artkey=ohlin06lic

p.s.
I changed my last name during this summer, from Andersson to Ohlin, when I got married. Therefore you may find references to both names in the thesis and elsewhere.
d.s.

/Martin
-
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/