aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/monitor/pmap.md
blob: 7c905ae640e48f348e74dfbfcc407a03b1252d25 (plain) (blame)
1
2
3
4
5
6
7
# pmap(1)

```markdown
pmap <pid>
    Dump virtual memory map of process.
    Compared to /proc/<pid>/maps it shows the size of the mappings.
```