summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorGNU Hurd wiki engine <web-hurd@gnu.org>2008-07-20 19:22:30 +0000
committerGNU Hurd wiki engine <web-hurd@gnu.org>2008-07-20 19:22:30 +0000
commit60173304e8d04e2300ea3478c719f789b9efe965 (patch)
tree2e3a3743ea2760bd73627debbbc1e39f3e90d189 /community
parentd352544da08166af62c66ce525789a6965bba331 (diff)
web commit by http://madhusudancs.myvidoop.com/
Diffstat (limited to 'community')
-rw-r--r--community/procfs.mdwn72
1 files changed, 40 insertions, 32 deletions
diff --git a/community/procfs.mdwn b/community/procfs.mdwn
index d9a3b0f0..78aa2afc 100644
--- a/community/procfs.mdwn
+++ b/community/procfs.mdwn
@@ -155,7 +155,7 @@ Legend
-**** - The information may be available, but needs to be searched to know where it will be.
+**** -
***** - I fear information may not be available.
@@ -231,6 +231,24 @@ Legend
* cstime
> The number of jiffies that this process’s waited-for children have been scheduled in kernel mode.
+#####File - /proc/&lt;PID&gt;/statm
+
+* resident
+> resident set size
+
+#####Other Per-PID Files
+
+#####* /proc/&lt;PID&gt;/cwd
+
+#####* /proc/&lt;PID&gt;/exe
+
+#####* /proc/&lt;PID&gt;/environ
+
+#####Non Per-PID Files
+
+#####* /proc/version
+
+
####I know where the information is available roughly, but need to look in detail to extract the exact information.
* cminflt
@@ -257,49 +275,39 @@ Legend
* policy
> Scheduling policy.
-####File - /proc/<PID>/statm
-
-* ** resident
-resident set size
+#####File - /proc/&lt;PID&gt;/statm
-* *** size
-total program size
+* size
+> total program size
-* *** text
-text (code)
-Other Per-PID Files
+* text
+> text (code)
-* ** /proc/<PID>/cwd
+####The information may be available, but needs to be searched to know where it will be.
-* ** /proc/<PID>/exe
-
-* ** /proc/<PID>/environ
-Non Per-PID Files
+#####File - /proc/&lt;PID&gt;/stat
-* ** /proc/version
-File
-/proc/<PID>/stat
+* rlim
+> Current limit in bytes on the rss of the process (usually 4294967295 on i386).
-* **** rlim
-Current limit in bytes on the rss of the process (usually 4294967295 on i386).
+* startcode
+> The address above which program text can run.
-* **** startcode
-The address above which program text can run.
+* endcode
+> The address below which program text can run.
-* **** endcode
-The address below which program text can run.
+* startstack
+> The address of the start of the stack.
-* **** startstack
-The address of the start of the stack.
+* kstkesp
+> The current value of esp (stack pointer), as found in the kernel stack page for the process.
-* **** kstkesp
-The current value of esp (stack pointer), as found in the kernel stack page for the process.
+* kstkeip
+> The current EIP (instruction pointer).
-* **** kstkeip
-The current EIP (instruction pointer).
+* exit_signal
+> Signal to be sent to parent when we die.
-* **** exit_signal
-Signal to be sent to parent when we die.
File
/proc/<PID>/statm