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:
Pete Birley 2018-03-09 12:45:44 +00:00
parent 404ce5b01d
commit 21a6217c58

View File

@ -26,6 +26,7 @@
mount > {{ logs_dir }}/system/mount.txt
docker images > {{ logs_dir }}/system/docker-images.txt
brctl show > {{ logs_dir }}/system/brctl-show.txt
ps aux --sort=-%mem > {{ logs_dir }}/system/ps.txt
args:
executable: /bin/bash
ignore_errors: True