Add parent id to worlddump output
Helpful in tracking down some process-doesn't-die problems. Change-Id: I146910403879c9a85d644bd07a53830ea17ca77d
This commit is contained in:
parent
2914118d69
commit
bba4742e8c
@ -66,7 +66,7 @@ def process_list():
|
|||||||
Process Listing
|
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
|
print psraw
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user