8 lines
333 B
Text
8 lines
333 B
Text
|
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.
|
||
|
|
||
|
WWW: http://code.google.com/p/psutil/
|
||
|
WWW: http://pypi.python.org/pypi/psutil/
|