134k views
2 votes
You have been tasked with checking the status of a recently repaired system that had chronic high utilization. To determine whether the machine is under a heavy load, what command should you run to view which processes are consuming the most CPU time?

a) ls -l
b) top
c) grep
d) ps aux

1 Answer

5 votes

Final answer:

To determine which processes are consuming the most CPU time on a repaired system with chronic high utilization, you should run the top command.

Step-by-step explanation:

To determine which processes are consuming the most CPU time, you should run the top command. The top command displays real-time system information, including CPU usage and the processes that are using the most CPU time. This allows you to identify any processes that may be causing heavy load on the system.

User Madbreaks
by
6.5k points