summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorGNU Hurd wiki engine <web-hurd@gnu.org>2008-07-20 05:01:03 +0000
committerGNU Hurd wiki engine <web-hurd@gnu.org>2008-07-20 05:01:03 +0000
commitaf03f859ae78b9621c6ef67be4b6041d20d58f58 (patch)
tree2a0f6afa0986d8427e6464033abe1ccb1cfdd0f3 /community
parentf19553bfe2ee30d10a504f706cf49d4371ee710a (diff)
web commit by http://madhusudancs.myvidoop.com/
Diffstat (limited to 'community')
-rw-r--r--community/procfs.mdwn55
1 files changed, 28 insertions, 27 deletions
diff --git a/community/procfs.mdwn b/community/procfs.mdwn
index 788a4b89..d9a3b0f0 100644
--- a/community/procfs.mdwn
+++ b/community/procfs.mdwn
@@ -153,7 +153,7 @@ Legend
-*** - I know where the information is available roughly, but need to look in detail to extract the exact information.
+
**** - The information may be available, but needs to be searched to know where it will be.
@@ -212,9 +212,17 @@ Legend
> purposes. This is just the pages which count towards text, data, or stack space. This does not
> include pages which have not been demand-loaded in, or which are swapped out.
+* itrealvalue
+> The time in jiffies before the next SIGALRM is sent to the process due to an interval timer.
+
+* nswap
+> Number of pages swapped (not maintained).
+
+* cnswap
+> Cumulative nswap for child processes (not maintained).
-####I already know the where the information is exactly available.
+####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
@@ -223,34 +231,33 @@ Legend
* cstime
> The number of jiffies that this process’s waited-for children have been scheduled in kernel mode.
-* *** cminflt
-The number of minor faults that the process’s waited-for children have made.
-
+####I know where the information is available roughly, but need to look in detail to extract the exact information.
-* *** cmajflt
-The number of major faults that the process’s waited-for children have made.
+* cminflt
+> The number of minor faults that the process’s waited-for children have made.
+* cmajflt
+> The number of major faults that the process’s waited-for children have made.
-* *** nice
-The nice value ranges from 19 to -19.
+* nice
+> The nice value ranges from 19 to -19.
-* *** signal
-The bitmap of pending signals.
+* signal
+> The bitmap of pending signals.
-* *** blocked
-The bitmap of blocked signals.
+* blocked
+> The bitmap of blocked signals.
-* *** sigignore
-The bitmap of ignored signals.
+* sigignore
+> The bitmap of ignored signals.
-* *** sigcatch
-The bitmap of caught signals.
+* sigcatch
+> The bitmap of caught signals.
-* ** policy
-Scheduling policy (see sched_setscheduler(2)).
+* policy
+> Scheduling policy.
-File
-/proc/<PID>/statm
+####File - /proc/<PID>/statm
* ** resident
resident set size
@@ -329,14 +336,8 @@ Aggregated block I/O delays, measured in clock ticks (centiseconds).
* ***** flags
PF_* fields defined in
-* ~~~~~ itrealvalue
-The time in jiffies before the next SIGALRM is sent to the process due to an interval timer.
-* ~~~~~ nswap
-Number of pages swapped (not maintained).
-* ~~~~~ cnswap
-Cumulative nswap for child processes (not maintained).
File
/proc/<PID>/statm