diff options
Diffstat (limited to 'src/monitor/pmap.md')
-rw-r--r-- | src/monitor/pmap.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/monitor/pmap.md b/src/monitor/pmap.md new file mode 100644 index 0000000..7c905ae --- /dev/null +++ b/src/monitor/pmap.md @@ -0,0 +1,7 @@ +# pmap(1) + +```markdown +pmap <pid> + Dump virtual memory map of process. + Compared to /proc/<pid>/maps it shows the size of the mappings. +``` |