ANN: psutil 5.4.1 released

Giampaolo Rodola' g.rodola at gmail.com
Wed Nov 8 09:13:28 EST 2017


Hello all,
I'm glad to announce the release of psutil 5.4.1:
https://github.com/giampaolo/psutil

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,
NetBSD and AIX, both 32-bit and 64-bit architectures, with Python versions
from 2.6 to 3.6. PyPy is also known to work.

What's new
==========

*2017-11-08*

**Enhancements**

- #1164: [AIX] add support for Process.num_ctx_switches().  (patch by Arnon
  Yaari)
- #1053: abandon Python 3.3 support (psutil still works but it's no longer
  tested).

**Bug fixes**

- #1150: [Windows] when a process is terminate()d now the exit code is set
to
  SIGTERM instead of 0.  (patch by Akos Kiss)
- #1151: python -m psutil.tests fail
- #1154: [AIX] psutil won't compile on AIX 6.1.0.  (patch by Arnon Yaari)
- #1167: [Windows] net_io_counter() packets count now include also
non-unicast
  packets.  (patch by Matthew Long)

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


More information about the Python-announce-list mailing list