Linux 内核内存管理¶
使用 SLUB 后的 slab 信息查看
2012-11-13 新版功能: 创建
SLUB, unlike SLAB, will merges together caches of the same size. "slabinfo -a" (from tools/vm/slabinfo.c) or "ls -l /sys/kernel/slab/" can show you which caches have got aliased together.
使用 SLUB 后的 slab 信息查看
2012-11-13 新版功能: 创建
SLUB, unlike SLAB, will merges together caches of the same size. "slabinfo -a" (from tools/vm/slabinfo.c) or "ls -l /sys/kernel/slab/" can show you which caches have got aliased together.