1PMAP(1)                       Linux User's Manual                      PMAP(1)
2
3
4

NAME

6       pmap - report memory map of a process
7
8

SYNOPSIS

10       pmap [ -x | -d ] [ -q ] pids...
11       pmap -V
12
13

DESCRIPTION

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

GENERAL OPTIONS

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

EXTENDED AND DEVICE FORMAT FIELDS

26       Address:   start address of map
27       Kbytes:    size of map in kilobytes
28       RSS:       resident set size in kilobytes
29       Dirty:     dirty pages (both shared and private) in kilobytes
30       Mode:      permissions on map: read, write, execute, shared, private (copy on write)
31       Mapping:   file backing the map, or '[ anon ]' for allocated memory, or  '[ stack ]' for the program stack
32       Offset:    offset into the file
33       Device:    device name (major:minor)
34
35

SEE ALSO

37       ps(1) pgrep(1)
38
39

STANDARDS

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

AUTHOR

45       Albert  Cahalan  <albert@users.sf.net>  wrote  pmap in 2002, and is the
46       current maintainer of the procps collection. Please send bug reports to
47       <procps-feedback@lists.sf.net>.
48
49
50
51Linux                            June 1, 2010                          PMAP(1)
Impressum