Index: third_party/psutil/README.chromium |
diff --git a/third_party/psutil/README.chromium b/third_party/psutil/README.chromium |
new file mode 100644 |
index 0000000000000000000000000000000000000000..083d5c31f3854d7b547ede2133a04aa9b710c381 |
--- /dev/null |
+++ b/third_party/psutil/README.chromium |
@@ -0,0 +1,16 @@ |
+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 |
+ |