mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-05 06:48:25 +02:00
Added free -h
This commit is contained in:
parent
3dcf1b3502
commit
2f99c52b83
@ -6,6 +6,8 @@ echo ""
|
|||||||
hostnamectl
|
hostnamectl
|
||||||
echo " Uptime: `uptime --pretty` since `uptime --since`"
|
echo " Uptime: `uptime --pretty` since `uptime --since`"
|
||||||
echo " HDD Temperature: `hddtemp --unit=C /dev/sda`"
|
echo " HDD Temperature: `hddtemp --unit=C /dev/sda`"
|
||||||
|
echo ""
|
||||||
|
free -h
|
||||||
|
|
||||||
echo "\n+++ Checking S.M.A.R.T. +++"
|
echo "\n+++ Checking S.M.A.R.T. +++"
|
||||||
smartctl --smart=on --nocheck=standby --offlineauto=on --health /dev/sda
|
smartctl --smart=on --nocheck=standby --offlineauto=on --health /dev/sda
|
||||||
|
Loading…
Reference in New Issue
Block a user