An application is cosuming memory. Seen as “memory used” in top. I would like to know if its corresponding driver is allocating memory and not releasing it when the application exits. Will /proc/slabinfo help me find that out?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
/proc/slabinfogives information about memory usage on the slab level. Linux kernels uses slab pools to manage memory above the page level. Commonly used objects have their own slab pools.http://unixfoo.blogspot.co.il/2008/11/what-is-procslabinfo.html