ANN: psutil 5.6.3 released

Giampaolo Rodola' g.rodola at gmail.com
Tue Jun 11 03:22:04 EDT 2019


Hello all,
I'm glad to announce the release of psutil 5.6.3:
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, macOS, Sun Solaris, FreeBSD, OpenBSD,
NetBSD and AIX, both 32-bit and 64-bit architectures.  Supported Python
versions are 2.6, 2.7 and 3.4+. PyPy is also known to work.

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

2019-06-11

**Enhancements**

- #1494: [AIX] added support for Process.environ().  (patch by Arnon Yaari)

**Bug fixes**

- #1276: [AIX] can't get whole cmdline().  (patch by Arnon Yaari)
- #1501: [Windows] Process cmdline() and exe() raise unhandled "WinError
1168
  element not found" exceptions for "Registry" and "Memory Compression"
psuedo
  processes on Windows 10.
- #1526: [NetBSD] process cmdline() could raise MemoryError.  (patch by
  Kamil Rytarowski)

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