From 60173304e8d04e2300ea3478c719f789b9efe965 Mon Sep 17 00:00:00 2001 From: GNU Hurd wiki engine Date: Sun, 20 Jul 2008 19:22:30 +0000 Subject: web commit by http://madhusudancs.myvidoop.com/ --- community/procfs.mdwn | 72 ++++++++++++++++++++++++++++----------------------- 1 file changed, 40 insertions(+), 32 deletions(-) (limited to 'community') 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/<PID>/statm + +* resident +> resident set size + +#####Other Per-PID Files + +#####* /proc/<PID>/cwd + +#####* /proc/<PID>/exe + +#####* /proc/<PID>/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//statm - -* ** resident -resident set size +#####File - /proc/<PID>/statm -* *** size -total program size +* size +> total program size -* *** text -text (code) -Other Per-PID Files +* text +> text (code) -* ** /proc//cwd +####The information may be available, but needs to be searched to know where it will be. -* ** /proc//exe - -* ** /proc//environ -Non Per-PID Files +#####File - /proc/<PID>/stat -* ** /proc/version -File -/proc//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//statm -- cgit v1.2.3