diff options
-rw-r--r-- | community/procfs.mdwn | 10 |
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 |