summaryrefslogtreecommitdiff
path: root/status.sh
diff options
context:
space:
mode:
authormiguel <miguel@megaloman.softwarefools.com>2021-01-24 21:33:31 +0100
committermiguel <miguel@megaloman.softwarefools.com>2021-01-24 21:33:31 +0100
commit115a65be0583658a7f39a7abaeb2401448f0d7c9 (patch)
tree3c75fc44222b72f11900d098da5d5ff157c19542 /status.sh
parent5ec428a0c177025b9c04330ae3f39cbde27a2d81 (diff)
add some stuff from megaloman
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