From 6f322df0a549ed9e8b0421f86a9aa985add9b970 Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Fri, 30 Sep 2022 13:10:27 +0200 Subject: pmap: add -p -x description --- src/monitor/pmap.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 +pmap [opts] Dump virtual memory map of process. Compared to /proc//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) ``` -- cgit v1.2.3