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 -

dns - Dokku server hosts two sites with TLD's, both domains are landing on only one app -

Delphi 7 and decode UTF-8 base64 -