Hello all, I'm glad to announce the release of psutil 5.4.0: https://github.com/giampaolo/psutil A detailed blog post is available here: http://grodola.blogspot.com/2017/10/psutil-540-with-aix-support-is-out.html
About ===== psutil (process and system utilities) is a cross-platform library for retrieving information on running processes and system utilization (CPU, memory, disks, network) in Python. It is useful mainly for system monitoring, profiling and limiting process resources and management of running processes. It implements many functionalities offered by command line tools such as: ps, top, lsof, netstat, ifconfig, who, df, kill, free, nice, ionice, iostat, iotop, uptime, pidof, tty, taskset, pmap. It currently supports Linux, Windows, OSX, Sun Solaris, FreeBSD, OpenBSD and NetBSD, both 32-bit and 64-bit architectures, with Python versions from 2.6 to 3.5 (users of Python 2.4 and 2.5 may use 2.1.3 version). PyPy is also known to work. What's new ========== *2017-10-12* **Enhancements** - #1123: [AIX] added support for AIX platform. (patch by Arnon Yaari) **Bug fixes** - #1009: [Linux] sensors_temperatures() may crash with IOError. - #1012: [Windows] disk_io_counters()'s read_time and write_time were expressed in tens of micro seconds instead of milliseconds. - #1127: [OSX] invalid reference counting in Process.open_files() may lead to segfault. (patch by Jakub Bacic) - #1129: [Linux] sensors_fans() may crash with IOError. (patch by Sebastian Saip) - #1131: [SunOS] fix compilation warnings. (patch by Arnon Yaari) - #1133: [Windows] can't compile on newer versions of Visual Studio 2017 15.4. (patch by Max BĂ©langer) - #1138: [Linux] can't compile on CentOS 5.0 and RedHat 5.0. (patch by Prodesire) Links ===== - Home page: https://github.com/giampaolo/psutil - Download: https://pypi.python.org/pypi/psutil - Documentation: http://psutil.readthedocs.io - What's new: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst -- Giampaolo - http://grodola.blogspot.com -- https://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/