Re: [RFC] VM statistics to gather
From: Andrew Morton <hidden>
Date: 2001-06-26 04:24:27
Rik van Riel wrote:
Hi, I am starting the process of adding more detailed instrumentation to the VM subsystem and am wondering which statistics to add. A quick start of things to measure are below, but I've probably missed some things. Comments are welcome ...
Neat. - bdflush wakeups - pages written via page_launder's writepage by kswapd - pages written via page_launder's writepage by non-PF_MEMALLOC tasks. (ext3 has an interest in this because of nasty cross-fs reentrancy and journal overflow problems with writepage) - shrink_icache call rate - amount of stuff freed by shrink_icache - ditto for shrink_dcache. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/