Re: [RFC] VM statistics to gather
From: Rik van Riel <hidden>
Date: 2001-06-25 23:59:11
On Tue, 26 Jun 2001, Roger Larsson wrote:
What about unsigned int vm_pgfails /* failed alloc attempts, in pages (not calls) */
What would that represent ? How often __alloc_pages() exits without allocating anything?
maybe even a unsigned int vm_pgallocs /* alloc attempts, in pages */ for sanity checking - should be the sum of several other combinations...
Sounds like a nice idea.
Should memory zone be used as dimension?
Useful for allocations I guess, but it may be too confusing if we do this for all statistics... OTOH... Comments, anyone? regards, Rik -- Executive summary of a recent Microsoft press release: "we are concerned about the GNU General Public License (GPL)" http://www.surriel.com/ http://www.conectiva.com/ http://distro.conectiva.com/ -- 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/