python-psutil

Module providing convenience functions for managing processes
  https://github.com/giampaolo/psutil
  1
  1 review



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.
Latest reviews
4
blueXrider 12 years ago

nice