commit | bba4742e8cbdc577121bf1010f5fe307c958cd15 | [log] [tgz] |
---|---|---|
author | Dean Troyer <dtroyer@gmail.com> | Sat Mar 28 13:37:26 2015 -0500 |
committer | Dean Troyer <dtroyer@gmail.com> | Sat Mar 28 13:37:41 2015 -0500 |
tree | 5984fbd383fccb31af5b6052c199a29cdd31a724 | |
parent | 2914118d69ff8995c479eabc3df1eaa52c16b780 [diff] [blame] |
Add parent id to worlddump output Helpful in tracking down some process-doesn't-die problems. Change-Id: I146910403879c9a85d644bd07a53830ea17ca77d
diff --git a/tools/worlddump.py b/tools/worlddump.py index 9a62c0d..8dd455c 100755 --- a/tools/worlddump.py +++ b/tools/worlddump.py
@@ -66,7 +66,7 @@ Process Listing =============== """ - psraw = os.popen("ps auxw").read() + psraw = os.popen("ps axo user,ppid,pid,pcpu,pmem,vsz,rss,tty,stat,start,time,args").read() print psraw