diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-04-25 21:38:01 +0200 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-04-26 20:09:13 +0200 |
commit | b9da44077a589ac8debf12d86d8aefe4be5dc84e (patch) | |
tree | 93da21ef4b1580a94a9cf81818e0a1af7089e639 /mcp/scripts | |
parent | d7ab894b988d8dd6fe49714e0d8d6077e08ebb16 (diff) |
[jump] Print CPU, RAM, disk info for debug
JIRA: FUEL-323
Change-Id: I74f92fbdf84762540401fe07a6eb424bdc7aa664
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'mcp/scripts')
-rwxr-xr-x | mcp/scripts/sysinfo_print.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mcp/scripts/sysinfo_print.sh b/mcp/scripts/sysinfo_print.sh index bff36aff4..49ed8247c 100755 --- a/mcp/scripts/sysinfo_print.sh +++ b/mcp/scripts/sysinfo_print.sh @@ -10,9 +10,19 @@ # Collect jump server system information for deploy debugging # +# HW info +cat /proc/cpuinfo +free -mh +df -h + # Network info brctl show +ip a +route -n # Distro & pkg info cat /etc/*-release uname -a + +# Misc info +sudo losetup -a |