ANN: psutil 0.4.1 released

Giampaolo Rodolà g.rodola at gmail.com
Thu Dec 15 00:55:53 CET 2011


Hi folks,
I'm pleased to announce the 0.4.1 release of psutil:
http://code.google.com/p/psutil

=== About ===

psutil is a module providing an interface for retrieving information
on all running processes and system utilization (CPU, disk, memory,
network) in a portable way by using Python, implementing many
functionalities offered by command line tools such as ps, top, free,
lsof and others.
It works on Linux, Windows, OSX and FreeBSD, both 32-bit and 64-bit,
with Python versions from 2.4 to 3.3 by using a single code base.

=== Bugfixes ===

This release does not provide any new feature; instead, it fixes some
high-priority bugs with memory-related functions (Linux / Windows) and
process connections (Windows only):

* http://code.google.com/p/psutil/issues/detail?id=230
* http://code.google.com/p/psutil/issues/detail?id=232
* http://code.google.com/p/psutil/issues/detail?id=236

In case you use them, an upgrade is recommended.

=== Links ===

* Home page: http://code.google.com/p/psutil
* Source tarball: http://psutil.googlecode.com/files/psutil-0.4.1.tar.gz
* Api Reference: http://code.google.com/p/psutil/wiki/Documentation


--- Giampaolo Rodola'

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


More information about the Python-announce-list mailing list