From 999fe5f571c43261f6a43558151c20c3b262aad3 Mon Sep 17 00:00:00 2001 From: Wirawan Purwanto Date: Thu, 20 Oct 2016 10:10:31 -0400 Subject: [PATCH] * Add more info to gather. --- sge/dump-cluster-info.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/sge/dump-cluster-info.py b/sge/dump-cluster-info.py index 9456523..49f4e05 100755 --- a/sge/dump-cluster-info.py +++ b/sge/dump-cluster-info.py @@ -318,4 +318,13 @@ def Gather_all(): print("\nGathering uname...") gather_uname_a(NODE_GOOD_LIST) + print("\nGathering dmesg...") + gather_dmesg(NODE_GOOD_LIST) + + print("\nGathering mount...") + gather_mount(NODE_GOOD_LIST) + + print("\nGathering df...") + gather_df(NODE_GOOD_LIST) +