SK0-005 · Question #81
SK0-005 Question #81: Real Exam Question with Answer & Explanation
The correct answer is C: Identify the runaway process or processes. The administrator should identify the runaway process or processes that are causing high load average on the server. Load average is a metric that indicates how many processes are either running on or waiting for the CPU at any given time. A high load average means that there are
Question
A technician runs on a dual-core server and notes the following conditions: top top -- 14:32:27, 364 days, 14 users load average 60.5 12.4 13.6 Which of the following actions should the administrator take?
Options
- ASchedule a mandatory reboot of the server
- BWait for the load average to come back down on its own
- CIdentify the runaway process or processes
- DRequest that users log off the server
Explanation
The administrator should identify the runaway process or processes that are causing high load average on the server. Load average is a metric that indicates how many processes are either running on or waiting for the CPU at any given time. A high load average means that there are more processes than available CPU cores, resulting in poor performance and slow response time. A runaway process is a process that consumes excessive CPU resources without terminating or releasing them. A runaway process can be caused by various factors, such as programming errors, infinite loops, memory leaks, etc. To identify a runaway process, the administrator can use tools such as top, ps, or htop to monitor CPU usage and process status. To stop a runaway process, the administrator can use commands such as kill, pkill, or killall to send signals to terminate it.
Topics
Community Discussion
No community discussion yet for this question.