fix: swap

This commit is contained in:
lollipopkit
2023-10-31 19:53:30 +08:00
parent 37df072711
commit b4dbde9a80
13 changed files with 86 additions and 8 deletions

View File

@@ -212,7 +212,7 @@ const _statusCmds = [
'uptime',
'cat /proc/net/snmp',
'df -h',
'cat /proc/meminfo | grep Mem',
"cat /proc/meminfo | grep -E 'Mem|Swap'",
'cat /sys/class/thermal/thermal_zone*/type',
'cat /sys/class/thermal/thermal_zone*/temp',
'hostname',