1PMAP(1) User Commands PMAP(1)
2
3
4
6 pmap - report memory map of a process
7
9 pmap [options] pid [...]
10
12 The pmap command reports the memory map of a process or processes.
13
15 -x, --extended
16 Show the extended format.
17
18 -d, --device
19 Show the device format.
20
21 -q, --quiet
22 Do not display some header or footer lines.
23
24 -A, --range low,high
25 Limit results to the given range to low and high address range.
26 Notice that the low and high arguments are single string sepa‐
27 rated with comma.
28
29 -X Show even more details than the -x option. WARNING: format
30 changes according to /proc/PID/smaps
31
32 -XX Show everything the kernel provides
33
34 -p, --show-path
35 Show full path to files in the mapping column
36
37 -c, --read-rc
38 Read the default configuration
39
40 -C, --read-rc-from file
41 Read the configuration from file
42
43 -n, --create-rc
44 Create new default configuration
45
46 -N, --create-rc-to file
47 Create new configuration to file
48
49 -h, --help
50 Display help text and exit.
51
52 -V, --version
53 Display version information and exit.
54
56 0 Success.
57 1 Failure.
58 42 Did not find all processes asked for.
59
61 ps(1), pgrep(1)
62
64 No standards apply, but pmap looks an awful lot like a SunOS command.
65
67 Please send bug reports to ⟨procps@freelists.org⟩
68
69
70
71procps-ng 2020-06-04 PMAP(1)