This is a package of programs for analyzing Linux memory usage. It is meant to replace the old "memstat", among other things. The program "vmarea" lists all the virtual memory in the system, showing you which processes and mmapped file caches are using it. "slabcache" summarizes Linux kernel working memory. The data comes from /proc.
| Tags | Monitoring |
|---|---|
| Licenses | Public Domain |
| Operating Systems | POSIX Linux |
| Implementation | Perl |