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