summaryrefslogtreecommitdiff
path: root/doc/s6-ps.html
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2023-09-07 23:48:17 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2023-09-07 23:48:49 +0000
commite8c7ac9a7990d41daada0f2a3b49ba7030051b49 (patch)
treed44f4fdc78f97bc350b639b7a3fa37947241d88d /doc/s6-ps.html
parent74266756a204f730fef84d30f8ad5ba5627a4921 (diff)
downloads6-linux-utils-e8c7ac9a7990d41daada0f2a3b49ba7030051b49.tar.xz
Prepare for 2.6.2.0, add minflt/majflt to s6-ps
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc/s6-ps.html')
-rw-r--r--doc/s6-ps.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/s6-ps.html b/doc/s6-ps.html
index 12a986c..09d6a1d 100644
--- a/doc/s6-ps.html
+++ b/doc/s6-ps.html
@@ -81,6 +81,10 @@ cannot tell whether a process has locked memory pages or not. </li>
<li> <tt>sess</tt>&nbsp;: the session leader's pid. </li>
<li> <tt>tty</tt>&nbsp;: the name of the process's controlling terminal.</li>
<li> <tt>tpgid</tt>&nbsp;: the pid of the foreground process group. </li>
+ <li> <tt>minflt</tt>&nbsp;: the number of minor page fault the process has encountered. </li>
+ <li> <tt>cminflt</tt>&nbsp;: the cumulative number of minor page fault the process and its dead children have encountered. </li>
+ <li> <tt>majflt</tt>&nbsp;: the number of major page fault the process has encountered. </li>
+ <li> <tt>cmajflt</tt>&nbsp;: the cumulative number of major page fault the process and its dead children have encountered. </li>
<li> <tt>utime</tt>&nbsp;: the time the process spent in user mode. </li>
<li> <tt>stime</tt>&nbsp;: the time the process spent in kernel mode. </li>
<li> <tt>cutime</tt>&nbsp;: the time spent in user mode by the process <em>and</em>