diff options
Diffstat (limited to 'third_party/psutil/README.chromium')
-rw-r--r-- | third_party/psutil/README.chromium | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/third_party/psutil/README.chromium b/third_party/psutil/README.chromium new file mode 100644 index 0000000..083d5c3 --- /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 + |