memory management - How do I know the page cache size of a linux process -
now can know overall cached pages of system /proc/meminfo, can further know specific process how many page caches consume? first thought add rsses in smaps of process. more suggestions? thanks.
@bill randerson, maybe can try below command, information regarding vm, signals , on ... regarding particular process.
cat /proc/<process_pid>/status
Comments
Post a Comment