diff options
Diffstat (limited to 'src/monitor/pmap.md')
-rw-r--r-- | src/monitor/pmap.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/monitor/pmap.md b/src/monitor/pmap.md index 7c905ae..531ae99 100644 --- a/src/monitor/pmap.md +++ b/src/monitor/pmap.md @@ -1,7 +1,10 @@ # pmap(1) ```markdown -pmap <pid> +pmap [opts] <pid> Dump virtual memory map of process. Compared to /proc/<pid>/maps it shows the size of the mappings. +opts: + -p show full path in the mapping + -x show details (eg RSS usage of each segment) ``` |