1PMAP(1) Linux User's Manual PMAP(1)
2
3
4
6 pmap - report memory map of a process
7
8
10 pmap [ -x | -d ] [ -q ] pids...
11 pmap -V
12
13
15 The pmap command reports the memory map of a process or processes.
16
17
19 -x extended Show the extended format.
20 -d device Show the device format.
21 -q quiet Do not display some header/footer lines.
22 -V show version Displays version of program.
23
24
26 ps(1) pgrep(1)
27
28
30 No standards apply, but pmap looks an awful lot like a SunOS command.
31
32
34 Albert Cahalan <albert@users.sf.net> wrote pmap in 2002, and is the
35 current maintainer of the procps collection. Please send bug reports to
36 <procps-feedback@lists.sf.net>.
37
38
39
40Linux October 26, 2002 PMAP(1)