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

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -