Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

psutil versions available: 5.4.7 #285

Closed
dependencies bot opened this issue Aug 15, 2018 · 0 comments · Fixed by #283
Closed

psutil versions available: 5.4.7 #285

dependencies bot opened this issue Aug 15, 2018 · 0 comments · Fixed by #283

Comments

@dependencies
Copy link

dependencies bot commented Aug 15, 2018

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

0 participants