* Also collect dmesg snapshot.

master
Wirawan Purwanto 8 years ago
parent 879927f16e
commit ebdc93e80f
  1. 4
      sge/dump-cluster-info.py

@ -219,6 +219,10 @@ def gather_uname_a(hosts=None):
"""Gather tool: for free"""
rhosts_pipe_out(("uname", "-a"), "uname-a.txt", hosts=hosts)
def gather_dmesg(hosts=None):
"""Gather tool: for dmesg"""
rhosts_pipe_out(("dmesg",), "dmesg.txt", hosts=hosts)
#def dict_str_sorted(d):
# return "{" + ", ".

Loading…
Cancel
Save