summaryrefslogtreecommitdiff
path: root/IDEAS
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2016-03-30 02:57:10 +0700
committerGiampaolo Rodola <g.rodola@gmail.com>2016-03-30 02:57:10 +0700
commit96305ee4ab017f571e62b52eb2a8c60de0340a74 (patch)
tree0542beefbad8a7356c21810ef338dda0d308ec7b /IDEAS
parent1b71ca531ba377e8c71d2c581debfce7eae35a40 (diff)
downloadpsutil-96305ee4ab017f571e62b52eb2a8c60de0340a74.tar.gz
fix #800: shared mem on linux
Diffstat (limited to 'IDEAS')
-rw-r--r--IDEAS15
1 files changed, 3 insertions, 12 deletions
diff --git a/IDEAS b/IDEAS
index 33178a7d..c57dacb6 100644
--- a/IDEAS
+++ b/IDEAS
@@ -91,18 +91,9 @@ FEATURES
Also, we can probably reimplement wait_pid() on POSIX which is currently
implemented as a busy-loop.
-- Certain systems provide CPU times about process children. On those systems
- Process.cpu_times() might return a (user, system, user_children,
- system_children) ntuple.
- - Linux: /proc/{PID}/stat
- - Solaris: pr_cutime and pr_cstime
- - FreeBSD: none
- - OSX: none
- - Windows: none
-
-- ...also, os.times() provides 'elapsed' times as well.
-
-- ...also Linux provides guest_time and cguest_time.
+- os.times() provides 'elapsed' times (cpu_times() might).
+
+- ...also guest_time and cguest_time on Linux.
- Enrich exception classes hierarchy on Python >= 3.3 / post PEP-3151 so that:
- NoSuchProcess inherits from ProcessLookupError