From d9890fb5acf4a2e8e93c0bc61d20e837ae5db28f Mon Sep 17 00:00:00 2001 From: Jim Warner Date: Sun, 8 Jul 2012 04:06:11 -0500 Subject: [PATCH] top: add major/minor page fault deltas, man document Signed-off-by: Jim Warner --- top/top.1 | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 .\" ---------------------------------------------------------------------- -- 2.50.1