mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-01-13 22:30:37 +08:00
Merge pull request #322 from flsf/master
翻译中Linux Pmap Command – Find How Much Memory Process Use
This commit is contained in:
commit
a49b38457c
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user