proc.5: Mention pmap(1) in discussion of /proc/PID/smaps

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-09-29 08:06:58 +02:00
parent 6b43247720
commit 859503c33e
1 changed files with 4 additions and 0 deletions

View File

@ -1099,6 +1099,10 @@ are not available if the main thread has already terminated
.TP .TP
.IR /proc/[pid]/smaps " (since Linux 2.6.14)" .IR /proc/[pid]/smaps " (since Linux 2.6.14)"
This file shows memory consumption for each of the process's mappings. This file shows memory consumption for each of the process's mappings.
(The
.BR pmap (1)
command displays similar information,
in a form that may be easier for parsing.)
For each mapping there is a series of lines such as the following: For each mapping there is a series of lines such as the following:
.in +4n .in +4n
.nf .nf