diff options
| author | Giampaolo Rodola <g.rodola@gmail.com> | 2016-03-30 02:57:10 +0700 |
|---|---|---|
| committer | Giampaolo Rodola <g.rodola@gmail.com> | 2016-03-30 02:57:10 +0700 |
| commit | 96305ee4ab017f571e62b52eb2a8c60de0340a74 (patch) | |
| tree | 0542beefbad8a7356c21810ef338dda0d308ec7b /IDEAS | |
| parent | 1b71ca531ba377e8c71d2c581debfce7eae35a40 (diff) | |
| download | psutil-96305ee4ab017f571e62b52eb2a8c60de0340a74.tar.gz | |
fix #800: shared mem on linux
Diffstat (limited to 'IDEAS')
| -rw-r--r-- | IDEAS | 15 |
1 files changed, 3 insertions, 12 deletions
@@ -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 |
