diff options
-rw-r--r-- | community/procfs.mdwn | 11 |
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/<PID>/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) ------ |