2119d64823
5.4.7: Enhancements * [macOS] psutil.OSX constant is now deprecated in favor of new psutil.MACOS. * [Linux] added psutil.STATUS_PARKED constant for Process.status(). * [Linux] add disk_io_counters() dual implementation relying on /sys/block filesystem in case /proc/diskstats is not available. Bug fixes * [macOS] Process.memory_maps() may fail with EINVAL due to poor task_for_pid() syscall. AccessDenied is now raised instead. * [macOS] Process.threads() incorrectly return microseconds instead of seconds. * [Linux, macOS, BSD] net_if_stats() may return ENODEV. * [Windows] psutil.Process().connections() may sometime fail with MemoryError. * [Linux] disk_io_stats() may report inflated r/w bytes values. * [Linux] Process.status() is unable to recognize "idle" and "parked" statuses (returns '?'). * [Linux] disk_io_counters() can report inflated IO counters due to erroneously counting base disk device and its partition(s) twice. * [Linux] sensors_temperatures() may fail with ValueError. |
||
---|---|---|
.. | ||
patches | ||
DESCR | ||
distinfo | ||
Makefile | ||
MESSAGE.NetBSD | ||
PLIST |