Add parent id to worlddump output

Helpful in tracking down some process-doesn't-die problems.

Change-Id: I146910403879c9a85d644bd07a53830ea17ca77d
This commit is contained in:
Dean Troyer 2015-03-28 13:37:26 -05:00
parent 2914118d69
commit bba4742e8c

View File

@ -66,7 +66,7 @@ def process_list():
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