summaryrefslogtreecommitdiff
path: root/community/procfs.mdwn
diff options
context:
space:
mode:
authorGNU Hurd wiki engine <web-hurd@gnu.org>2008-08-13 14:54:21 +0000
committerGNU Hurd wiki engine <web-hurd@gnu.org>2008-08-13 14:54:21 +0000
commit43411aa54ac445a7e8beb0f737acbfa96a28e5c3 (patch)
treea457f652b689eed0b27ad16714a25be7ade03733 /community/procfs.mdwn
parent60774db7dfc241f52b12eae508f002c8a2312e38 (diff)
web commit by http://madhusudancs.myvidoop.com/
Diffstat (limited to 'community/procfs.mdwn')
-rw-r--r--community/procfs.mdwn11
1 files changed, 6 insertions, 5 deletions
diff --git a/community/procfs.mdwn b/community/procfs.mdwn
index b12f4078..2dc88a2e 100644
--- a/community/procfs.mdwn
+++ b/community/procfs.mdwn
@@ -213,6 +213,9 @@ Clone URL: [git://github.com/madhusudancs/procfs.git](git://github.com/madhusuda
* flags
> PF_* fields defined in (Not Linux compatible, but nearly says the something Linux says)
+* nice
+> The nice value ranges from 19 to -19.
+
#####File - /proc/&lt;PID&gt;/statm
* size
@@ -259,9 +262,6 @@ Clone URL: [git://github.com/madhusudancs/procfs.git](git://github.com/madhusuda
* cmajflt
> The number of major faults that the process’s waited-for children have made.
-* nice
-> The nice value ranges from 19 to -19.
-
* signal
> The bitmap of pending signals.
@@ -352,8 +352,9 @@ Clone URL: [git://github.com/madhusudancs/procfs.git](git://github.com/madhusuda
> ##### pkill - Done
> ##### killall - Done
> ##### pstree - Done
-> ##### top - In progress
-> ##### free - Needs to be worked on
+> ##### top - Mostly Done (except per-PID shared memory field, and non per-PID caches and buffers field)
+> ##### free - Mostly Done (Ditto from above)
+> ##### htop - Mostly Done (Ditto again)
------