diff options
author | GNU Hurd wiki engine <web-hurd@gnu.org> | 2008-08-14 10:40:01 +0000 |
---|---|---|
committer | GNU Hurd wiki engine <web-hurd@gnu.org> | 2008-08-14 10:40:01 +0000 |
commit | 390f55b558886fba901a187c83ea31e3d7044128 (patch) | |
tree | 7bddd04486acfac809fd20ad6b0ab228cd1456e0 /community | |
parent | 13fb88fbe3be782af310536404bc265b90c7ad3d (diff) | |
download | web-390f55b558886fba901a187c83ea31e3d7044128.tar.gz web-390f55b558886fba901a187c83ea31e3d7044128.tar.bz2 web-390f55b558886fba901a187c83ea31e3d7044128.zip |
web commit by http://madhusudancs.myvidoop.com/
Diffstat (limited to 'community')
-rw-r--r-- | community/procfs.mdwn | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/community/procfs.mdwn b/community/procfs.mdwn index 19609065..90a663fb 100644 --- a/community/procfs.mdwn +++ b/community/procfs.mdwn @@ -216,6 +216,13 @@ Clone URL: [git://github.com/madhusudancs/procfs.git](git://github.com/madhusuda * nice > The nice value ranges from 19 to -19. +* cutime +> The number of jiffies that this process’s waited-for children have been scheduled in user +> mode. + +* cstime +> The number of jiffies that this process’s waited-for children have been scheduled in kernel mode. + #####File - /proc/<PID>/statm * size @@ -230,19 +237,8 @@ Clone URL: [git://github.com/madhusudancs/procfs.git](git://github.com/madhusuda * dt > dirty pages -#####Other Per-PID Files - -#####* /proc/<PID>/cwd - ####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 -> mode. - -* cstime -> The number of jiffies that this process’s waited-for children have been scheduled in kernel mode. - #####Other Per-PID Files #####* /proc/<PID>/exe @@ -282,6 +278,10 @@ Clone URL: [git://github.com/madhusudancs/procfs.git](git://github.com/madhusuda * text > text (code) +#####Other Per-PID Files + +#####* /proc/<PID>/cwd + ####The information may be available, but needs to be searched to know where it will be. #####File - /proc/<PID>/stat |