Final answer:
To check the status of a recently repaired system with chronic high utilization and determine if it is under a heavy load, monitor system metrics such as CPU usage, memory usage, and disk I/O. High CPU utilization suggests heavy load. Use commands like 'top', 'free', and 'iOS tat' to monitor these metrics.
Step-by-step explanation:
The task in this lab is to check the status of a recently repaired system that had chronic high utilization and determine whether the machine is under a heavy load. To do this, you can monitor various system metrics such as CPU usage, memory usage, and disk I/O. High utilization can indicate that the system is overloaded and struggling to keep up with the demands placed on it.
One way to check CPU utilization is to use the 'top' command in the Terminal. This command shows a live view of system processes and their resource usage, including CPU%. If the CPU% is consistently high, especially close to 100%, it suggests that the system is under heavy load.
Other metrics, such as memory usage and disk I/O, can also be monitored using tools like 'free' and 'iOS tat'. By analyzing these metrics, you can get a comprehensive understanding of the system's performance and determine whether it is running under heavy load.