You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are new versions of psutil available from pypi.
5.4.7
2018-08-14
Enhancements
1286: [macOS]
psutil.OSX constant is now deprecated in favor of new psutil.MACOS.
1309: [Linux]
added psutil.STATUS_PARKED constant for Process.status().
1321: [Linux]
add disk_io_counters() dual implementation relying on /sys/block
filesystem in case /proc/diskstats is not available. (patch by
Lawrence Ye)
Bug fixes
1209: [macOS]
Process.memory_maps() may fail with EINVAL due to poor
task_for_pid() syscall. AccessDenied is now raised instead.
1278: [macOS]
Process.threads() incorrectly return microseconds instead of
seconds. (patch by Nikhil Marathe)
1279: [Linux,
macOS, BSD] net_if_stats() may return ENODEV.
1294: [Windows]
psutil.Process().connections() may sometime fail with MemoryError.
(patch by sylvainduchesne)
1305: [Linux]
disk_io_stats() may report inflated r/w bytes values.
1309: [Linux]
Process.status() is unable to recognize "idle" and "parked"
statuses (returns '?').
1313: [Linux]
disk_io_counters() can report inflated IO counters due to
erroneously counting base disk device and its partition(s) twice.
1323: [Linux]
sensors_temperatures() may fail with ValueError.
The text was updated successfully, but these errors were encountered:
There are new versions of psutil available from pypi.
5.4.7
2018-08-14
Enhancements
psutil.OSX constant is now deprecated in favor of new psutil.MACOS.
added psutil.STATUS_PARKED constant for Process.status().
add disk_io_counters() dual implementation relying on /sys/block
filesystem in case /proc/diskstats is not available. (patch by
Lawrence Ye)
Bug fixes
Process.memory_maps() may fail with EINVAL due to poor
task_for_pid() syscall. AccessDenied is now raised instead.
Process.threads() incorrectly return microseconds instead of
seconds. (patch by Nikhil Marathe)
macOS, BSD] net_if_stats() may return ENODEV.
psutil.Process().connections() may sometime fail with MemoryError.
(patch by sylvainduchesne)
disk_io_stats() may report inflated r/w bytes values.
Process.status() is unable to recognize "idle" and "parked"
statuses (returns '?').
disk_io_counters() can report inflated IO counters due to
erroneously counting base disk device and its partition(s) twice.
sensors_temperatures() may fail with ValueError.
The text was updated successfully, but these errors were encountered: