OLD | NEW |
1 Name: psutil | 1 Name: Python process utilities |
| 2 Short Name: psutil |
2 URL: http://code.google.com/p/psutil/ | 3 URL: http://code.google.com/p/psutil/ |
3 Version: 0.2.0 | 4 Version: 0.2.0 |
4 License: BSD | 5 License: BSD |
5 License File: LICENSE | 6 License File: LICENSE |
6 | 7 |
7 Description: | 8 Description: |
8 psutil is a module providing an interface for retrieving information | 9 psutil is a module providing an interface for retrieving information |
9 on running processes and system utilization (CPU, memory) in a portable | 10 on running processes and system utilization (CPU, memory) in a portable |
10 way by using Python, implementing many functionalities offered by | 11 way by using Python, implementing many functionalities offered by |
11 command line tools like ps, top, kill, lsof and netstat. | 12 command line tools like ps, top, kill, lsof and netstat. |
12 | 13 |
13 | 14 |
14 Local Modifications: | 15 Local Modifications: |
15 None | 16 None |
16 | 17 |
OLD | NEW |