This Bash script monitors CPU, memory, and disk usage in real time, comparing current utilization against predefined thresholds (80% by default). It displays updated statistics every two seconds and triggers alerts in red text when usage exceeds the set limits, providing a simple way to track system performance.