ANN: psutil 0.1.3 released

Giampaolo Rodola' gnewsg at gmail.com
Thu Mar 4 12:57:40 EST 2010


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

=== About ===

psutil is a module providing an interface for retrieving information
on running processes and system utilization (CPU, memory) in a
portable way by using Python, implementing many functionalities
offered by tools like ps, top and Windows task manager.

It currently supports Linux, OS X, FreeBSD and Windows with Python
versions from 2.4 to 3.1 by using a unique code base.

=== Major enhancements ===

 * Python 3 support
 * per-process username
 * suspend / resume process
 * per-process current working directory (Windows and Linux only)
 * added support for Windows 7 and FreeBSD 64 bit

=== Links ===

* Home page: http://code.google.com/p/psutil
* Mailing list: http://groups.google.com/group/psutil/topics
* Source tarball: http://psutil.googlecode.com/files/psutil-0.1.3.tar.gz
* OS X installer: http://psutil.googlecode.com/files/psutil-0.1.3-py2.6-macosx10.4.dmg
* Windows Installer (Python 2.6): http://psutil.googlecode.com/files/psutil-0.1.3.win32-py2.6.exe
* Windows Installer (Python 3.1): http://psutil.googlecode.com/files/psutil-0.1.3.win32-py3.1.exe
* Api Reference: http://code.google.com/p/psutil/wiki/Documentation


Thanks

--- Giampaolo Rodola'
http://code.google.com/p/pyftpdlib
http://code.google.com/p/psutil/



More information about the Python-list mailing list