diff options
Diffstat (limited to 'doc/s6-ps.html')
-rw-r--r-- | doc/s6-ps.html | 4 |
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> : the session leader's pid. </li> <li> <tt>tty</tt> : the name of the process's controlling terminal.</li> <li> <tt>tpgid</tt> : the pid of the foreground process group. </li> + <li> <tt>minflt</tt> : the number of minor page fault the process has encountered. </li> + <li> <tt>cminflt</tt> : the cumulative number of minor page fault the process and its dead children have encountered. </li> + <li> <tt>majflt</tt> : the number of major page fault the process has encountered. </li> + <li> <tt>cmajflt</tt> : the cumulative number of major page fault the process and its dead children have encountered. </li> <li> <tt>utime</tt> : the time the process spent in user mode. </li> <li> <tt>stime</tt> : the time the process spent in kernel mode. </li> <li> <tt>cutime</tt> : the time spent in user mode by the process <em>and</em> |