summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMadhusudan.C.S <madhusudancs@gmail.com>2008-08-08 21:06:25 +0530
committerantrik <antrik@users.sf.net>2008-08-08 20:36:24 +0200
commitc8d857198a2505a7e7be5feca2da017e1fd23841 (patch)
treee0d152023a19faec331e87e8697d8d92a4e451ee
parent6322d08c711371b2c10e723011d528965bc2b75b (diff)
Updated the roadmap
-rw-r--r--community/procfs.mdwn48
1 files changed, 28 insertions, 20 deletions
diff --git a/community/procfs.mdwn b/community/procfs.mdwn
index 472c66c9..b12f4078 100644
--- a/community/procfs.mdwn
+++ b/community/procfs.mdwn
@@ -210,6 +210,26 @@ Clone URL: [git://github.com/madhusudancs/procfs.git](git://github.com/madhusuda
* cnswap
> Cumulative nswap for child processes (not maintained).
+* flags
+> PF_* fields defined in (Not Linux compatible, but nearly says the something Linux says)
+
+#####File - /proc/&lt;PID&gt;/statm
+
+* size
+> total program size
+
+* resident
+> resident set size
+
+* lib
+> library
+
+* dt
+> dirty pages
+
+#####Other Per-PID Files
+
+#####* /proc/&lt;PID&gt;/cwd
####I already know the where the information is exactly available.
@@ -220,15 +240,8 @@ Clone URL: [git://github.com/madhusudancs/procfs.git](git://github.com/madhusuda
* 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
@@ -266,9 +279,6 @@ Clone URL: [git://github.com/madhusudancs/procfs.git](git://github.com/madhusuda
#####File - /proc/&lt;PID&gt;/statm
-* size
-> total program size
-
* text
> text (code)
@@ -333,19 +343,17 @@ Clone URL: [git://github.com/madhusudancs/procfs.git](git://github.com/madhusuda
* delayacct_blkio_ticks
> Aggregated block I/O delays, measured in clock ticks (centiseconds).
-* flags
-> PF_* fields defined in
-
-#### Need not be implemented.
+###Newly added to Roadmap(but these were the original goals of the project)
-#####File - /proc/&lt;PID&gt;/statm
-
-* lib
-> library (not required)
+#### procps tools need to be ported so that they run on top of the procfs
-* dt
-> dirty pages (not required)
+> ##### pgrep - Done
+> ##### pkill - Done
+> ##### killall - Done
+> ##### pstree - Done
+> ##### top - In progress
+> ##### free - Needs to be worked on
------