Gate: get full process list from host
This PS adds the ps command to the gate log collection task. Change-Id: Ife1710854547b28a6dfa6b3e4d527ebf4d04179b
This commit is contained in:
parent
404ce5b01d
commit
21a6217c58
@ -26,6 +26,7 @@
|
|||||||
mount > {{ logs_dir }}/system/mount.txt
|
mount > {{ logs_dir }}/system/mount.txt
|
||||||
docker images > {{ logs_dir }}/system/docker-images.txt
|
docker images > {{ logs_dir }}/system/docker-images.txt
|
||||||
brctl show > {{ logs_dir }}/system/brctl-show.txt
|
brctl show > {{ logs_dir }}/system/brctl-show.txt
|
||||||
|
ps aux --sort=-%mem > {{ logs_dir }}/system/ps.txt
|
||||||
args:
|
args:
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
ignore_errors: True
|
ignore_errors: True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user