summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorGNU Hurd wiki engine <web-hurd@gnu.org>2008-07-20 19:30:33 +0000
committerGNU Hurd wiki engine <web-hurd@gnu.org>2008-07-20 19:30:33 +0000
commit9f6192627fa71d9ebfe2c5b9273938d5a030795b (patch)
treeccfdfcb229393b8130ce64db8812f88921aa8bea /community
parent60173304e8d04e2300ea3478c719f789b9efe965 (diff)
web commit by http://madhusudancs.myvidoop.com/
Diffstat (limited to 'community')
-rw-r--r--community/procfs.mdwn76
1 files changed, 34 insertions, 42 deletions
diff --git a/community/procfs.mdwn b/community/procfs.mdwn
index 78aa2afc..472c66c9 100644
--- a/community/procfs.mdwn
+++ b/community/procfs.mdwn
@@ -149,17 +149,6 @@ Clone URL: [git://github.com/madhusudancs/procfs.git](git://github.com/madhusuda
Post Mid-Term Road Map
----
-Legend
-
-
-
-
-
-**** -
-
-***** - I fear information may not be available.
-
-~~~~~ - Need not be implemented.
####Already Implemented
@@ -308,52 +297,55 @@ Legend
* exit_signal
> Signal to be sent to parent when we die.
-File
-/proc/<PID>/statm
+#####File - /proc/&lt;PID&gt;/statm
-* **** share
-shared pages
+* share
+> shared pages
-* **** data
-data/stack
-Other Per-PID File
+* data
+> data/stack
-* **** /proc/<PID>/root
-Non Per-PID Files
+#####Other Per-PID File
-* **** /proc/stat
+#####* /proc/&lt;PID&gt;/root
-* **** /proc/meminfo
-File
-/proc/<PID>/stat
+#####Non Per-PID Files
+
+#####* /proc/stat
-* ***** wchan
-This is the "channel" in which the process is waiting. It is the address of a system call, and
-can be looked up in a namelist if you need a textual name. (If you have an up-to-date
-/etc/psdatabase,
+#####* /proc/meminfo
-* ***** processor
-CPU number last executed on.
+####I fear information may not be available.
+
+#####File - /proc/&lt;PID&gt;/stat
-* ***** rt_priority
-Real-time scheduling priority
+* wchan
+> This is the "channel" in which the process is waiting. It is the address of a system call, and
+> can be looked up in a namelist if you need a textual name. (If you have an up-to-date
+> /etc/psdatabase,
-* ***** delayacct_blkio_ticks
-Aggregated block I/O delays, measured in clock ticks (centiseconds).
+* processor
+> CPU number last executed on.
-* ***** flags
-PF_* fields defined in
+* rt_priority
+> Real-time scheduling priority
+* delayacct_blkio_ticks
+> Aggregated block I/O delays, measured in clock ticks (centiseconds).
+* flags
+> PF_* fields defined in
-File
-/proc/<PID>/statm
-* ~~~~~ lib
-library (not required)
+#### Need not be implemented.
+
+#####File - /proc/&lt;PID&gt;/statm
+
+* lib
+> library (not required)
-* ~~~~~ dt
-dirty pages (not required)
+* dt
+> dirty pages (not required)
------