From 2edbe3c72e85b2c66fcb3c7adcf5da34902160b8 Mon Sep 17 00:00:00 2001 From: GNU Hurd wiki engine Date: Sat, 19 Jul 2008 21:41:15 +0000 Subject: web commit by http://madhusudancs.myvidoop.com/ --- community/procfs.mdwn | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'community') 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 -- cgit v1.2.3