On Fri, Jan 17, 2014 at 05:51:28PM +0300, Dan Carpenter wrote: > We will want to get rid of lustre's custom allocator before this gets > out of staging. > > But one feature that the lustre allocator has which is pretty neat is > that it lets you debug how much memory the filesystem is using. Is > there a standard way to find this information? Create your own mempool/slab/whatever_it's_called and look in the debugfs or proc files for the allocator usage, depending on the memory allocator the kernel is using. That's how the rest of the kernel does it, no reason lustre should be any different. thanks, greg k-h _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel