ANN: psutil 1.1.1 released

Giampaolo Rodola' g.rodola at gmail.com
Tue Oct 8 00:56:33 CEST 2013


=== About ===

psutil is a module providing an interface for retrieving information on all
running processes and system utilization (CPU, memory, disks, network,
users) in a portable way by using Python, implementing many functionalities
offered by command line tools such as ps, top, free, netstat, lsof and
others.
It supports Linux, Windows, OSX, FreeBSD and Solaris with Python versions
from 2.4 to 3.4.


=== Bug fixes ===

This is a bugfix only release fixing high-priority issue #438:
https://code.google.com/p/psutil/issues/detail?id=438
This exclusively affected Linux users running kernels < 2.6.36 (which
includes latest CentOS and Scientific Linux distros).
You're encouraged to download new psutil version at:
https://pypi.python.org/pypi/psutil#downloads


=== Links ===

* Home page: http://code.google.com/p/psutil
* Downloads:
https://pypi.python.org/pypi?:action=display&name=psutil#downloads
* API Reference: http://code.google.com/p/psutil/wiki/Documentation

Please try out this new release and let me know if you experience any
problem by filing issues on the bug tracker.

All the best,


--- Giampaolo Rodola'

http://code.google.com/p/pyftpdlib/
http://code.google.com/p/psutil/
http://code.google.com/p/pysendfile/


More information about the Python-announce-list mailing list