From: Jim Warner Date: Sun, 8 Jul 2012 09:06:11 +0000 (-0500) Subject: top: add major/minor page fault deltas, man document X-Git-Tag: v3.3.4~30 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d9890fb5acf4a2e8e93c0bc61d20e837ae5db28f;p=procps-ng top: add major/minor page fault deltas, man document Signed-off-by: Jim Warner --- diff --git a/top/top.1 b/top/top.1 index 585848ba..ade81f33 100644 --- a/top/top.1 +++ b/top/top.1 @@ -747,6 +747,17 @@ page available. 40.\fB nTH \*(Em Number of Threads \fR The number of threads associated with a process. +.TP 4 +41.\fB vMj \*(Em Major Page Fault Count Delta\fR +The number of\fB major\fR page faults that have occurred since the +last update (see nMaj). + +.TP 4 +42.\fB vMn \*(Em Minor Page Fault Count Delta\fR +The number of\fB minor\fR page faults that have occurred since the +last update (see nMin). + + .\" ...................................................................... .SS 3b. MANAGING Fields .\" ----------------------------------------------------------------------