ANN: psutil 5.4.6 released

Giampaolo Rodola' g.rodola at gmail.com
Thu Jun 7 11:40:51 EDT 2018


Hello all,
I'm glad to announce the release of psutil 5.4.6:
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
==========

2018-06-07

**Bug fixes**

- #1258: [Windows] Process.username() may cause a segfault (Python
interpreter
  crash).  (patch by Jean-Luc Migot)
- #1273: net_if_addr() namedtuple's name has been renamed from "snic" to
  "snicaddr".
- #1274: [Linux] there was a small chance Process.children() may swallow
  AccessDenied exceptions.

Links
=====

- Home page: https://github.com/giampaolo/psutil
- Download: https://pypi.org/project/psutil/#files
- 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