Re: [PATCH] Process Aggregates for 2.6.8

From: Peter Williams
Date: Mon Aug 16 2004 - 19:13:11 EST


Erik Jacobson wrote:
This is a fresh PAGG patch that applies cleanly to 2.6.8.
There have been no major changes since the last PAGG patch I posted.

are there (GPL) users of this yet ??


SGI has job and CSA. I don't know of non-SGI GPL projects making use of
PAGG yet.

I'm thinking of adding a SCHED_IA scheduler class to the ZAPHOD CPU scheduler. Tasks in this class would automatically get maximum interactive bonuses without having to go through ZAPHOD's normal mechanism for identifying interactive processes. The main reason for doing this is that it is difficult to make rules for detecting interactive tasks that will successfully class the X server as interactive (which is necessary) but at the same time not also so classify tasks that aren't interactive. This is because from time to time the X server's CPU usage rate gets very and also (as it serves multiple clients) its usage patterns aren't typical of most interactive tasks (i.e. lots of irregular sleep waiting for user input).

To make SCHED_IA useful, I would also make a PAGG client that would automatically set the scheduler classes of tasks to SCHED_IA if they exec() a binary designated by the sysadmin as an interactive program.

Peter
--
Peter Williams pwil3058@xxxxxxxxxxxxxx

"Learning, n. The kind of ignorance distinguishing the studious."
-- Ambrose Bierce

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