Open gangelop opened 8 years ago
I'm not sure yet how to count which object has the highest memory usage. My current understanding is that it is not reflected by any single one of the values in slabinfo. Here are the names of the columns:
# name <active_objs> <num_objs> <objsize> <objperslab> <pagesperslab> : tunables <limit> <batchcount> <sharedfactor> : slabdata <active_slabs> <num_slabs> <sharedavail>
Looking just at those names, it looks like the total size used by an object is either active_objs
or num_obj
times objsize
. Or it maybe be that another column is relevant, like num_slabs
. Anyway, I should read the manual.
Making a quick note so I don't forget but basically: $title
e.g.