From fe76b41145bc7ad14f103fd412a3ff6baee0e417 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Tue, 14 Apr 2020 15:52:38 +0200 Subject: README, process,py update Signed-off-by: Toni Uhlig --- process.py | 1 + 1 file changed, 1 insertion(+) (limited to 'process.py') diff --git a/process.py b/process.py index effcbbc..f8873e7 100755 --- a/process.py +++ b/process.py @@ -5,6 +5,7 @@ import os start_pids = [pid for pid in os.listdir('/proc') if pid.isdigit()] print 'PIDs', str(start_pids) +# we don't do an active sleep here, results in slightly increasing usage for one of your CPU cores while True: cur_pids = [pid for pid in os.listdir('/proc') if pid.isdigit()] for pid in cur_pids: -- cgit v1.2.3