/proc/slabinfo doesn't give details of what it is showing.

From: Aneesh Kumar K.V (aneesh.kumar@digital.com)
Date: Mon Oct 01 2001 - 01:54:01 EST


Hi ,

 If will be really nice to list out what these values are when one does

 $more /proc/slabinfo. It is just a one line code that busy people
really don't have time to look into :) Any how here is the one line code
with some lines above.

      len += sprintf(page+len, "slabinfo - version: 1.1"
#if STATS
                                " (statistics)"
#endif
#ifdef CONFIG_SMP
                                " (SMP)"
#endif
                                "\n");
        len += sprintf(page+len,
"(cache-name)-----(num-active-objs)--(total-objs)--(obj-size)--(num-active-slabs)--(total-slabs)--(num-pages-per-slab)\n");

 -aneesh

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sun Oct 07 2001 - 21:00:13 EST