summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorGNU Hurd wiki engine <web-hurd@gnu.org>2008-07-19 21:41:15 +0000
committerGNU Hurd wiki engine <web-hurd@gnu.org>2008-07-19 21:41:15 +0000
commit2edbe3c72e85b2c66fcb3c7adcf5da34902160b8 (patch)
tree0d492b0dc513ccf88309a877e95da9049fccac55 /community
parent2425b5c0b28c65553edeca7e88724955ffbff1a2 (diff)
web commit by http://madhusudancs.myvidoop.com/
Diffstat (limited to 'community')
-rw-r--r--community/procfs.mdwn10
1 files changed, 6 insertions, 4 deletions
diff --git a/community/procfs.mdwn b/community/procfs.mdwn
index fa9ef204..f2ec08b6 100644
--- a/community/procfs.mdwn
+++ b/community/procfs.mdwn
@@ -189,6 +189,12 @@ from disk.
The number of major faults the process has made which have required loading a memory page from
disk.
+* utime
+The number of jiffies that this process has been scheduled in user mode.
+
+* stime
+The number of jiffies that this process has been scheduled in kernel mode.
+
####I already know the where the information is exactly available.
* *** cminflt
@@ -198,11 +204,7 @@ The number of minor faults that the process’s waited-for children have made.
* *** cmajflt
The number of major faults that the process’s waited-for children have made.
-* ** utime
-The number of jiffies that this process has been scheduled in user mode.
-* ** stime
-The number of jiffies that this process has been scheduled in kernel mode.
* ** cutime
The number of jiffies that this process’s waited-for children have been scheduled in user