Re: [Patch 6/7] Swapin page fault delays

From: Arjan van de Ven
Date: Mon Feb 27 2006 - 03:28:08 EST


On Mon, 2006-02-27 at 03:22 -0500, Shailabh Nagar wrote:
> delayacct-swapin.patch
>
> Record time spent by a task waiting for its pages to be swapped in.
> This statistic can help in adjusting the rss limits of
> tasks (process), especially relative to each other, when the system is
> under memory pressure.


ok this poses a question: how do you deal with nested timings? Say an
O_SYC write which internally causes a pagefault?
delayacct_timestamp_start() at minimum has to get event-type specific,
or even implement a stack of some sorts.

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