ANN: psutil 5.2.2 released

Giampaolo Rodola' g.rodola at gmail.com
Mon Apr 10 13:23:51 EDT 2017


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

**Bug fixes**

- #1000: fixed some setup.py warnings.
- #1002: [SunOS] remove C macro which will not be available on new Solaris
  versions. (patch by Danek Duvall)
- #1004: [Linux] Process.io_counters() may raise ValueError.
- #1006: [Linux] cpu_freq() may return None on some Linux versions does not
  support the function; now the function is not declared instead.
- #1009: [Linux] sensors_temperatures() may raise OSError.
- #1010: [Linux] virtual_memory() may raise ValueError on Ubuntu 14.04.

Links
=====

- Home page: https://github.com/giampaolo/psutil
- Download: https://pypi.python.org/pypi/psutil
- Documentation: http://pythonhosted.org/psutil
- 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