Merge pull request #322 from flsf/master

翻译中Linux Pmap Command – Find How Much Memory Process Use
This commit is contained in:
vito-L 2013-11-01 03:57:27 -07:00
commit a49b38457c

View File

@ -1,3 +1,4 @@
flsf
Linux Pmap Command Find How Much Memory Process Use
================================================================================
Pmap provide memory map of a process, The pmap command display the memory usage map of a process or multiple processes. Pmap reports information about the address space or memory usage map of a process. Pmap is actually a Sun OS command and Linux supports only very limited number of features. But it is very helpful for finding the complete address space of a process. To check [memory usage of process][1] we need PID or unique process ID of running process, we can get PID from /proc or regular commands like top or ps.
@ -114,4 +115,4 @@ via: http://linoxide.com/linux-command/pmap-command/
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
[1]:http://www.linoxide.com/linux-shell-script/linux-memory-usage-program/
[1]:http://www.linoxide.com/linux-shell-script/linux-memory-usage-program/