PMAP(1) User Commands PMAP(1)

pmap - report memory map of a process

pmap [options] pid [...]

The pmap command reports the memory map of a process or processes.

Show the extended format.
Show the device format.
Do not display some header or footer lines.
Limit results to the given range to low and high address range. Notice that the low and high arguments are single string separated with comma.
Show even more details than the -x option. WARNING: format changes according to /proc/PID/smaps
Show everything the kernel provides
Show full path to files in the mapping column
Read the default configuration
Read the configuration from file
Create new default configuration
Create new configuration to file
Display help text and exit.
Display version information and exit.

0
Success.
1
Failure.
42
Did not find all processes asked for.

ps(1), pgrep(1)

No standards apply, but pmap looks an awful lot like a SunOS command.

Please send bug reports to procps@freelists.org

2020-06-04 procps-ng