# pmap(1) ```markdown 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) ```