diff options
Diffstat (limited to 'monitor')
-rw-r--r-- | monitor/pmap.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/monitor/pmap.html b/monitor/pmap.html index 999ece4..652b07d 100644 --- a/monitor/pmap.html +++ b/monitor/pmap.html @@ -138,9 +138,12 @@ <div id="content" class="content"> <main> <h1 id="pmap1"><a class="header" href="#pmap1">pmap(1)</a></h1> -<pre><code class="language-markdown">pmap <pid> +<pre><code class="language-markdown">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) </code></pre> </main> |