From af03f859ae78b9621c6ef67be4b6041d20d58f58 Mon Sep 17 00:00:00 2001 From: GNU Hurd wiki engine Date: Sun, 20 Jul 2008 05:01:03 +0000 Subject: web commit by http://madhusudancs.myvidoop.com/ --- community/procfs.mdwn | 55 ++++++++++++++++++++++++++------------------------- 1 file changed, 28 insertions(+), 27 deletions(-) (limited to 'community') 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//statm +####File - /proc//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//statm -- cgit v1.2.3