mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-03-26 14:26:10 +01:00
Improved the output
This commit is contained in:
parent
d8351499d2
commit
2db0e4f347
@ -6,10 +6,11 @@ echo ""
|
||||
hostnamectl
|
||||
echo " Uptime: `uptime --pretty` since `uptime --since`"
|
||||
echo " HDD Temperature: `hddtemp --unit=C /dev/sda`"
|
||||
echo ""
|
||||
echo "-------------------------------------------------------------------------------"
|
||||
landscape-sysinfo
|
||||
echo "-------------------------------------------------------------------------------"
|
||||
free -h
|
||||
|
||||
echo "\n+++ Checking S.M.A.R.T. +++"
|
||||
echo "-------------------------------------------------------------------------------"
|
||||
smartctl --smart=on --nocheck=standby --offlineauto=on --health /dev/sda
|
||||
|
||||
echo "\n+++ Checking Filesystem +++"
|
||||
|
Loading…
Reference in New Issue
Block a user