From e8c7ac9a7990d41daada0f2a3b49ba7030051b49 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 7 Sep 2023 23:48:17 +0000 Subject: Prepare for 2.6.2.0, add minflt/majflt to s6-ps Signed-off-by: Laurent Bercot --- doc/s6-ps.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/s6-ps.html') 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.
  • sess : the session leader's pid.
  • tty : the name of the process's controlling terminal.
  • tpgid : the pid of the foreground process group.
  • +
  • minflt : the number of minor page fault the process has encountered.
  • +
  • cminflt : the cumulative number of minor page fault the process and its dead children have encountered.
  • +
  • majflt : the number of major page fault the process has encountered.
  • +
  • cmajflt : the cumulative number of major page fault the process and its dead children have encountered.
  • utime : the time the process spent in user mode.
  • stime : the time the process spent in kernel mode.
  • cutime : the time spent in user mode by the process and -- cgit v1.3.1