summaryrefslogtreecommitdiff
path: root/community/procfs.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'community/procfs.mdwn')
-rw-r--r--community/procfs.mdwn22
1 files changed, 11 insertions, 11 deletions
diff --git a/community/procfs.mdwn b/community/procfs.mdwn
index 19609065..90a663fb 100644
--- a/community/procfs.mdwn
+++ b/community/procfs.mdwn
@@ -216,6 +216,13 @@ Clone URL: [git://github.com/madhusudancs/procfs.git](git://github.com/madhusuda
* nice
> The nice value ranges from 19 to -19.
+* cutime
+> The number of jiffies that this process’s waited-for children have been scheduled in user
+> mode.
+
+* cstime
+> The number of jiffies that this process’s waited-for children have been scheduled in kernel mode.
+
#####File - /proc/<PID>/statm
* size
@@ -230,19 +237,8 @@ Clone URL: [git://github.com/madhusudancs/procfs.git](git://github.com/madhusuda
* dt
> dirty pages
-#####Other Per-PID Files
-
-#####* /proc/<PID>/cwd
-
####I already know the where the information is exactly available.
-* cutime
-> The number of jiffies that this process’s waited-for children have been scheduled in user
-> mode.
-
-* cstime
-> The number of jiffies that this process’s waited-for children have been scheduled in kernel mode.
-
#####Other Per-PID Files
#####* /proc/<PID>/exe
@@ -282,6 +278,10 @@ Clone URL: [git://github.com/madhusudancs/procfs.git](git://github.com/madhusuda
* text
> text (code)
+#####Other Per-PID Files
+
+#####* /proc/<PID>/cwd
+
####The information may be available, but needs to be searched to know where it will be.
#####File - /proc/<PID>/stat