Searching a process' memory on Linux -


How can I find the memory status of a process in Linux? In particular, I want to identify some areas of interest, and peeping at regular intervals, probably sometimes new values ​​have to be wiped out.

I suspect that an answer may include calling and reading, but there is a need to move forward.

I believe that you can obtain that by

/ proc / [ Pid] / maps - I have used it to diagnose invalid indicators


Comments