pmap
(1)report memory map of a process
pmap [options] pid [...]
Options
13-x--extendedShow the extended format.
-d--deviceShow the device format.
-q--quietDo not display some header or footer lines.
-A--rangelowLimit results to the given range to low and high address range. Notice that the low and high arguments are single string separated with comma.
-XShow even more details than the -x option. WARNING: format changes according to /proc/PID/smaps
-XXShow everything the kernel provides
-p--show-pathShow full path to files in the mapping column
-c--read-rcRead the default configuration
-C--read-rc-fromfileRead the configuration from file
-n--create-rcCreate new default configuration
-N--create-rc-tofileCreate new configuration to file
-h--helpDisplay help text and exit.
-V--versionDisplay version information and exit.