summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorGNU Hurd wiki engine <web-hurd@gnu.org>2008-08-14 10:40:01 +0000
committerGNU Hurd wiki engine <web-hurd@gnu.org>2008-08-14 10:40:01 +0000
commit390f55b558886fba901a187c83ea31e3d7044128 (patch)
tree7bddd04486acfac809fd20ad6b0ab228cd1456e0 /community
parent13fb88fbe3be782af310536404bc265b90c7ad3d (diff)
web commit by http://madhusudancs.myvidoop.com/
Diffstat (limited to 'community')
-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/&lt;PID&gt;/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/&lt;PID&gt;/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/&lt;PID&gt;/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/&lt;PID&gt;/cwd
+
####The information may be available, but needs to be searched to know where it will be.
#####File - /proc/&lt;PID&gt;/stat