psutil v3.4.1 Release Notes

  • 2016-01-15

    โœจ Enhancements

    • ๐Ÿ‘ 557_, [NetBSD]: added NetBSD support. (contributed by Ryo Onodera and Thomas Klausner)
    • ๐Ÿง 708_, [Linux]: net_connections()_ and Process.connections()_ on Python 2 can be up to 3x faster in case of many connections. Also Process.memory_maps()_ is slightly faster.
    • 718_: process_iter()_ is now thread safe.

    ๐Ÿ› Bug fixes

    • 714_, [OpenBSD]: virtual_memory()_ cached value was always set to 0.
    • 715_, [critical]: don't crash at import time if cpu_times()_ fail for some reason.
    • ๐Ÿง 717_, [Linux]: Process.open_files()_ fails if deleted files still visible.
    • ๐Ÿง 722_, [Linux]: swap_memory()_ no longer crashes if sin / sout can't be determined due to missing /proc/vmstat.
    • 724_, [FreeBSD]: virtual_memory()_ total is slightly incorrect.