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

swift - Button on Table View Cell connected to local function -

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

c# - ajax - How to receive data both html and json from server? -