how can I interpret the output of the Slabtop command?
actually, the question is "what are the slabs"? in the meminfo? I can find the explanation about slaptop command, but I don't understand what slab is and represent.
Basically, it is a modified form of malloc for the kernel where memory fragmentation could be a real problem. From what I understand, instead of freeing memory, the blocks called slabs are allocated and then sections of them are declared free for use. Slabtop, shows the allocation and usage of these memory slabs.
Unless you are doing kernel development, this is probably not something you will encounter.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.