proc.5: Add field numbers for /proc/[pid]/statm

See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=553413

Reported-by: Samuel Thibault <sthibault@debian.org>
Reported-by: Simon Paillard <spaillard@debian.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2012-12-26 23:46:09 +01:00
parent 04dcb3c8f8
commit cb42fb5682
1 changed files with 7 additions and 7 deletions

View File

@ -1022,17 +1022,17 @@ The columns are:
.in +4n
.nf
size total program size
size (1) total program size
(same as VmSize in \fI/proc/[pid]/status\fP)
resident resident set size
resident (2) resident set size
(same as VmRSS in \fI/proc/[pid]/status\fP)
share shared pages (i.e., backed by a file)
text text (code)
share (3) shared pages (i.e., backed by a file)
text (4) text (code)
.\" (not including libs; broken, includes data segment)
lib library (unused in Linux 2.6)
data data + stack
lib (5) library (unused in Linux 2.6)
data (6) data + stack
.\" (including libs; broken, includes library text)
dt dirty pages (unused in Linux 2.6)
dt (7) dirty pages (unused in Linux 2.6)
.fi
.in
.TP