Re: [RFC] shrink task_struct by removing per_cpu utime and stime

Alan Cox (alan@lxorguk.ukuu.org.uk)
16 Jul 2002 11:11:06 +0100


On Tue, 2002-07-16 at 08:09, William Lee Irwin III wrote:
> These statistics severely bloat the task_struct and nothing in
> userspace can rely on them as they're conditional on CONFIG_SMP. If
> anyone is using them (or just wants them around), please speak up.

User space can rely on them because it can check if the data is present.
Some of the graphical process monitors dump per cpu utime/stime. Its
sometimes a good way to cringe at our SMP balancing algorithms in 2.4

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