commit | 98a991782a1194e0a5017591536c40283d9aa5e6 | [log] [tgz] |
---|---|---|
author | Ved-vampir <akiselyova@mirantis.com> | Tue Mar 17 14:58:15 2015 +0300 |
committer | Ved-vampir <akiselyova@mirantis.com> | Tue Mar 17 14:58:15 2015 +0300 |
tree | d0a636ff75f3533242df46e937d11c37829043fc | |
parent | f2e1383519ea031702530e658fb14fd0c564d82d [diff] [blame] |
perprocess ram usage added
diff --git a/sensors/utils.py b/sensors/utils.py index e4f45b1..546dee7 100644 --- a/sensors/utils.py +++ b/sensors/utils.py
@@ -35,6 +35,7 @@ name = get_pid_name(pid) if pid in allowed_prefixes or \ any(name.startswith(val) for val in allowed_prefixes): + print name # this is allowed pid? result.append(pid) return result