Introduction
============
psutil is a module providing an interface for retrieving information on running
processes in a portable way by using Python.
It currently supports Linux, OS X, FreeBSD and Windows.
psutil website is at http://code.google.com/p/psutil/
The following document describes how to compile and install psutil from sources
on different platforms.
Using easy_inst
more»
psutil is distributed under BSD license reproduced below.
Copyright (c) 2009, Jay Loden, Dave Daeschler, Giampaolo Rodola'
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
list of conditions
more»