diff --git a/sources/Linux Commands/Linux Pmap Command – Find How Much Memory Process Use.md b/sources/Linux Commands/Linux Pmap Command – Find How Much Memory Process Use.md index d1464478b7..31436da454 100644 --- a/sources/Linux Commands/Linux Pmap Command – Find How Much Memory Process Use.md +++ b/sources/Linux Commands/Linux Pmap Command – Find How Much Memory Process Use.md @@ -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/ \ No newline at end of file +[1]:http://www.linoxide.com/linux-shell-script/linux-memory-usage-program/