summaryrefslogtreecommitdiff
path: root/pmap.1
blob: 9327c6bc4e3b503aa46e991900e7781c456a515c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
'\" t
.\" (The preceding line is a note to broken versions of man to tell
.\" them to pre-process this man page with tbl)
.\" Man page for pmap.
.\" Licensed under version 2 of the GNU General Public License.
.\" Written by Albert Cahalan.
.\"
.TH PMAP 1 "October 26, 2002" "Linux" "Linux User's Manual"
.SH NAME
pmap \- report memory map of a process

.SH SYNOPSIS
.B pmap
.RB [ \-x | \-d ]
.RB [ \-q ]
.I pid
\& ...
.br
.B pmap \-V

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

.SH "GENERAL OPTIONS"
.TS
lB l l.
\-x	extended	Show the extended format.
\-d	device	Show the device format.
\-q	quiet	Do not display some header/footer lines.
\-V	show version	Displays version of program.
.TE

.SH "SEE ALSO"
.BR ps (1),
.BR pgrep (1)

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

.SH BUG REPORTS
Please send bug reports to <procps@freelists.org>