Chromium Code Reviews| Index: third_party/psutil/README.google |
| diff --git a/third_party/psutil/README.google b/third_party/psutil/README.google |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..949504ede071f95bc782567809822daa5139a8d5 |
| --- /dev/null |
| +++ b/third_party/psutil/README.google |
| @@ -0,0 +1,12 @@ |
| +URL: http://code.google.com/p/psutil/ |
|
Nirnimesh
2011/02/04 23:15:02
Rename file to README.chromium
Begin file with Nam
|
| +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. |
|
Nirnimesh
2011/02/04 23:15:02
>80 lines
|
| + |
| + |
| +Local Modifications: |
| +None |
| + |