602343b0fc
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/ PR: ports/146279 Submitted by: Ju Pengfei <jupengfei@gmail.com>
6 lines
292 B
Text
6 lines
292 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/
|