Re: ANN: Python process utility (psutil) 0.1.2 released

2009-05-10 Thread Giampaolo Rodola'
On 9 Mag, 11:30, Nick Craig-Wood n...@craig-wood.com wrote:
 Giampaolo Rodola' gne...@gmail.com wrote:
   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.

 Very nice!

 Maybe you should make

   Process()

 mean

   Process(os.getpid())

 as I often want ask how much memory/cpu is my process using but rarely
 want to ask about other processes?

 It would be nice if pydoc psutil returned something useful also!
 You could do this by replacing your current __init__.py (which just
 contains from _psutil import *) with _psutil.py

 --
 Nick Craig-Wood n...@craig-wood.com --http://www.craig-wood.com/nick

Thanks for the hints. I'll do that.


--- Giampaolo Rodola'
http://code.google.com/p/pyftpdlib
http://code.google.com/p/psutil/
--
http://mail.python.org/mailman/listinfo/python-list


Re: ANN: Python process utility (psutil) 0.1.2 released

2009-05-09 Thread Nick Craig-Wood
Giampaolo Rodola' gne...@gmail.com wrote:
  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.

Very nice!

Maybe you should make

  Process()

mean

  Process(os.getpid())

as I often want ask how much memory/cpu is my process using but rarely
want to ask about other processes?

It would be nice if pydoc psutil returned something useful also!
You could do this by replacing your current __init__.py (which just
contains from _psutil import *) with _psutil.py

-- 
Nick Craig-Wood n...@craig-wood.com -- http://www.craig-wood.com/nick
--
http://mail.python.org/mailman/listinfo/python-list


Re: ANN: Python process utility (psutil) 0.1.2 released

2009-05-09 Thread Piet van Oostrum
 Giampaolo Rodola' gne...@gmail.com (GR) wrote:

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

Very nice. I was just contemplating writing some python code to get
information from ps (actually virtual memory size of the process) when
your announcement came along. Fortunately I had not yet started writing
the code :=)
-- 
Piet van Oostrum p...@cs.uu.nl
URL: http://pietvanoostrum.com [PGP 8DAE142BE17999C4]
Private email: p...@vanoostrum.org
--
http://mail.python.org/mailman/listinfo/python-list


ANN: Python process utility (psutil) 0.1.2 released

2009-05-08 Thread Giampaolo Rodola'
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-macosx10.4.dmg
* Windows Installer (Python 2.6): 
http://psutil.googlecode.com/files/psutil-0.1.1.win32-py2.6.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/
--
http://mail.python.org/mailman/listinfo/python-announce-list

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


ANN: Python process utility (psutil) 0.1.2 released

2009-05-07 Thread Giampaolo Rodola'
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.2.tar.gz
* OS X installer: 
http://psutil.googlecode.com/files/psutil-0.1.2-py2.6-macosx10.4.dmg
* Windows Installer (Python 2.6): 
http://psutil.googlecode.com/files/psutil-0.1.2.win32-py2.6.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/
--
http://mail.python.org/mailman/listinfo/python-list