proc.5: Enhance discussion of /proc/PID/status 'VmSwap' field

Based on https://lwn.net/Articles/634978/

Cowritten-by: Vlastimil Babka <vbabka@suse.cz>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-02-27 11:34:13 +01:00
parent 5fec7fe59a
commit fce2114916
1 changed files with 2 additions and 1 deletions

View File

@ -1894,7 +1894,8 @@ Page table entries size (since Linux 2.6.10).
.IP *
.IR VmSwap :
.\" commit b084d4353ff99d824d3bc5a5c2c22c70b1fba722
Swapped-out virtual memory size (since Linux 2.6.34).
Swapped-out virtual memory size by anonymous private pages;
shmem swap usage is not included (since Linux 2.6.34).
.IP *
.IR Threads :
Number of threads in process containing this thread.