aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/monitor/pmap.md5
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)
```