From 21a6217c58a6d6cc96c5056b02100a5de3317713 Mon Sep 17 00:00:00 2001 From: Pete Birley Date: Fri, 9 Mar 2018 12:45:44 +0000 Subject: [PATCH] Gate: get full process list from host This PS adds the ps command to the gate log collection task. Change-Id: Ife1710854547b28a6dfa6b3e4d527ebf4d04179b --- tools/gate/playbooks/gather-host-logs/tasks/main.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/gate/playbooks/gather-host-logs/tasks/main.yaml b/tools/gate/playbooks/gather-host-logs/tasks/main.yaml index b4739b8e1..29f028e35 100644 --- a/tools/gate/playbooks/gather-host-logs/tasks/main.yaml +++ b/tools/gate/playbooks/gather-host-logs/tasks/main.yaml @@ -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