Check system resource pressure and alerts (critical for low-spec hardware):
Monitors system resources and alerts on critical thresholds for low-spec hardware.
/plugin marketplace add danielrosehill/linux-server-plugin/plugin install linux-desktop-mgmt@danielrosehillnotifications/Check system resource pressure and alerts (critical for low-spec hardware):
uptime && mpstat 1 3free -h && cat /proc/pressure/memoryswapon --show && vmstat 1 3iostat -x 1 3ps aux --sort=-%mem | head -20dmesg | grep -i "out of memory"cat /proc/pressure/{cpu,memory,io}sensors 2>/dev/null || echo "sensors not available"Provide Daniel with: