summaryrefslogtreecommitdiff
path: root/status.sh
diff options
context:
space:
mode:
Diffstat (limited to 'status.sh')
-rwxr-xr-xstatus.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/status.sh b/status.sh
new file mode 100755
index 0000000..55fc00a
--- /dev/null
+++ b/status.sh
@@ -0,0 +1,10 @@
+#!/bin/sh
+echo ---------------------------------------------------
+cat /proc/mdstat
+echo ---------------------------------------------------
+sudo virsh list
+echo ---------------------------------------------------
+df -h
+echo ---------------------------------------------------
+last -x shutdown -x reboot | head -n4
+sleep 1