Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
现在我可以通过 /proc/meminfo 知道系统的整体缓存页面,我是否可以进一步知道对于特定进程它消耗了多少页面缓存?我的第一个想法是在一个进程的 smaps 中添加所有 RSSes。还有什么建议吗?谢谢。
https://github.com/silenceshell/hcache
用法:
./hcache --pid <pid>
@Bill Randerson,也许您可以尝试以下命令,将获得有关 Vm、信号等的一些信息......关于特定进程。
cat /proc/<process_pid>/status