slabinfo: add comment for cache_size calculation
One of our physical machine shows that the "CACHE SIZE" column of slabtop output is extremely high, three times of the products of objs nums and objs size. After some analysis, we found that the order of slab, which decides "pages per slab", will shrink when memory pressure is high and normal order allocation failed. So we think it might help to add these comments to the man help. Minor fix: add the "memory." back, which is lost after "aa461df0: docs: Minor manpage fixes" Signed-off-by: Zhao Mengmeng <zhaomengmeng@kylinos.cn>
This commit is contained in:
committed by
Craig Small
parent
833cdc64f0
commit
25cd1bee0c
@@ -40,7 +40,7 @@ enum slabinfo_item {
|
||||
SLAB_ACTIVE_SLABS, // u_int "
|
||||
SLAB_PAGES_PER_SLAB, // u_int "
|
||||
SLAB_PERCENT_USED, // u_int derived from ACTIVE_OBJS / NUM_OBJS
|
||||
SLAB_SIZE_TOTAL, // ul_int derived from page size * NUM_OBJS * PAGES_PER_SLAB
|
||||
SLAB_SIZE_TOTAL, // ul_int derived from page size * NUMS_SLABS * PAGES_PER_SLAB
|
||||
|
||||
SLABS_CACHES_TOTAL, // u_int derived from all caches
|
||||
SLABS_CACHES_ACTIVE, // u_int "
|
||||
|
||||
Reference in New Issue
Block a user