Re: any way to find out kernel memory usage?

From: Chris Friesen
Date: Wed Apr 27 2005 - 12:50:51 EST


Robert Love wrote:
On Wed, 2005-04-27 at 10:57 -0600, Chris Friesen wrote:


I assume kmalloc/vmalloc use the "size-x" slabs?


kmalloc, yes.

vmalloc is separate, totally unrelated, space.

Statistics are in /proc/meminfo.

Okay, so can I get the total amount of memory used by the kernel based on meminfo output? (Slab + VmallocUsed) maybe?

Chris



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