proc.5: Document /proc/PID/status VmPin field

See https://bugs.launchpad.net/bugs/1071746

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Taisuke Yamada 2015-02-26 11:50:32 +01:00 committed by Michael Kerrisk
parent f8b553ce14
commit 157890398b
1 changed files with 8 additions and 0 deletions

View File

@ -1690,6 +1690,7 @@ Groups: 16 33 100
VmPeak: 9136 kB
VmSize: 7896 kB
VmLck: 0 kB
VmPin: 0 kB
VmHWM: 7572 kB
VmRSS: 6316 kB
VmData: 5224 kB
@ -1769,6 +1770,13 @@ Virtual memory size.
Locked memory size (see
.BR mlock (3)).
.IP *
.IR VmPin :
Pinned memory size
.\" commit bc3e53f682d93df677dbd5006a404722b3adfe18
(since Linux 3.2).
These are pages that can't be moved because something needs to
directly access physical memory.
.IP *
.IR VmHWM :
Peak resident set size ("high water mark").
.IP *