LWN.net Logo

Python process utility (psutil) 0.1.2 released

From:  "Giampaolo Rodola'" <gnewsg-AT-gmail.com>
To:  comp-lang-python-announce-AT-moderators.isc.org
Subject:  ANN: Python process utility (psutil) 0.1.2 released
Date:  Thu, 7 May 2009 07:01:32 -0700 (PDT)
Message-ID:  <66066c9c-8dab-451b-95d2-ce164d897968@z19g2000vbz.googlegroups.com>
Archive-link:  Article, Thread

Hi,
I'm pleased to announce the 0.1.2 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.

=== Enhancements ===

Aside from fixing some bugs psutil 0.1.2 includes the following major
enhancements:

 * per-process CPU user/kernel times
 * per-process create time
 * per-process CPU utilization percentage
 * per-process memory usage (bytes)
 * per-process memory utilization (percent)
 * total, used and free system physical/virtual memory

As of now psutil is released to the general public, and should be
considered a beta release implementing basic functionality.
With this third release we'd like to receive feedback from users and
suggestions for additional functionality.
Patches and volunteers to test/develop for additional platforms
welcome!

=== 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.1.tar.gz
* OS X installer: http://psutil.googlecode.com/files/psutil-0.1.1-py2.6-mac...
* Windows Installer (Python 2.6): http://psutil.googlecode.com/files/psutil-0.1.1.win32-py2...
* 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/
--
http://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations.html



(Log in to post comments)

Copyright © 2009, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds