I'm running kernel 2.6.23 custom compiled with SLUB
support instead of SLAB. From 'man slubinfo' (demo
program from (source
tree)/Documentation/vm/slabinfo.c)):
NOTES
Since Linux 2.6.16 the file /proc/slabinfo is
only present if the CONFIG_SLAB kernel configuration
option is enabled.
slabinfo reads from '/sys/slab', which contains
aliases to the various caches, where much of the same
info can be
found. I'm going to see if I can wire up a new
version of 'slabtop' to support both 'SLAB' and
'SLUB':
if exists /proc/slabinfo:
set slab_info reader to existing code
else
set slab_info reader to new code (SLUB)
If I can get one of the fields formatted (correctly
lol) I can get 'em all.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]