PMAP(1) User Commands PMAP(1)
pmap - report memory map of a process
| Use Case | Command | Description |
|---|---|---|
| đ Show memory map of a process | pmap [pid] | Display the memory map for the specified process ID |
| đ Extended format | pmap -x [pid] | Show extended memory map details |
| đž Device format | pmap -d [pid] | Show device format memory map |
| đ Show full file paths | pmap -p [pid] | Display full path to files in the mapping column |
| đĸ Limit address range | pmap -A low,high [pid] | Restrict results to a specific address range |
| â Help | pmap -h | Display help text and exit |
| âšī¸ Version | pmap -V | Display version information and exit |
pmap [options] pid [...]
The pmap command reports the memory map of a process or processes.
-x, --extended â Show the extended format.-d, --device â Show the device format.-q, --quiet â Do not display some header or footer lines.-A, --range low,high â Limit results to the given range to low and high address range. Notice that the low and high arguments are a single string separated with comma.-X â Show even more details than the -x option. WARNING: format changes according to /proc/PID/smaps-XX â Show everything the kernel provides-p, --show-path â Show full path to files in the mapping column-c, --read-rc â Read the default configuration-C, --read-rc-from file â Read the configuration from file-n, --create-rc â Create new default configuration-N, --create-rc-to file â Create new configuration to file-h, --help â Display help text and exit.-V, --version â Display version information and exit.0 â Success.1 â Failure.42 â Did not find all processes asked for.No standards apply, but pmap looks an awful lot like a SunOS command.
Please send bug reports to <procps AT freelists.org>
Generated by phpman v4.9.26-1-g511901d · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-08-04 07:28 @216.73.216.183
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format