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

Popular posts from this blog

renaming files in a directory using python or R -

html - outline-style different in chrome compared to firefox and internet explorer -

Images won't display through CSS -