blob: 25e7e23505c3951538d0085ff7fd146dfd0063c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
Name: Python process utilities
Short Name: psutil
URL: http://code.google.com/p/psutil/
Version: 0.2.0
License: BSD
License File: LICENSE
Description:
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
command line tools like ps, top, kill, lsof and netstat.
Local Modifications:
None
|