[SLUB tool] slabinfo: Display slab statistics

2007-03-31 Thread Christoph Lameter
/* * Slabinfo: Tool to get reports about slabs * * (C) 2007 sgi, Christoph Lameter <[EMAIL PROTECTED]> * * Compile by doing: * * gcc -o slabinfo slabinfo.c */ #include #include #include #include #include #include #include char buffer[200]; int show_alias = 0; int show_slab = 1;

[SLUB tool] slabinfo: Display slab statistics

2007-03-31 Thread Christoph Lameter
/* * Slabinfo: Tool to get reports about slabs * * (C) 2007 sgi, Christoph Lameter [EMAIL PROTECTED] * * Compile by doing: * * gcc -o slabinfo slabinfo.c */ #include stdio.h #include stdlib.h #include sys/types.h #include dirent.h #include string.h #include unistd.h #include stdarg.h char