public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* A nice CPU resource controller
@ 2006-08-30 15:14 Martin Ohlin
  2006-08-30 15:41 ` Balbir Singh
  2006-08-31 18:25 ` Peter Grandi
  0 siblings, 2 replies; 20+ messages in thread
From: Martin Ohlin @ 2006-08-30 15:14 UTC (permalink / raw)
  To: linux-kernel

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

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2006-08-31 23:52 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-30 15:14 A nice CPU resource controller Martin Ohlin
2006-08-30 15:41 ` Balbir Singh
2006-08-30 16:13   ` Martin Ohlin
2006-08-31  6:03     ` Balbir Singh
2006-08-31  1:07   ` Peter Williams
2006-08-31  6:17     ` Balbir Singh
2006-08-31 10:08       ` Peter Williams
2006-08-31 10:44       ` Mike Galbraith
2006-08-31  6:53     ` Mike Galbraith
2006-08-31  5:21       ` Peter Williams
2006-08-31  7:44         ` Mike Galbraith
2006-08-31  7:42       ` Mike Galbraith
2006-08-31 10:35         ` Martin Ohlin
2006-08-31 14:17           ` Mike Galbraith
2006-08-31 16:01           ` Chris Friesen
2006-08-31 19:14             ` Mike Galbraith
2006-08-31 23:52           ` Peter Williams
2006-08-31 10:21   ` Martin Ohlin
2006-08-31 11:13     ` Balbir Singh
2006-08-31 18:25 ` Peter Grandi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox