XK0-006 · Question #38
A Linux administrator receives reports that an application hosted in a system is not completing tasks in the allocated time. The administrator connects to the system and obtains the following…
The correct answer is B. Increase the amount of CPU resources available to the system. The uptime output shows a load average of 7.75, 5.72, 5.17 on a system with only 4 processors (nproc = 4). This indicates CPU saturation since the load averages are significantly higher than the number of available CPUs. Memory and swap usage are minimal, and vmstat shows no…
Question
A Linux administrator receives reports that an application hosted in a system is not completing tasks in the allocated time. The administrator connects to the system and obtains the following details:
Which of the following actions can the administrator take to help speed up the jobs?
Exhibit
Options
- AIncrease the amount of free memory available to the system.
- BIncrease the amount of CPU resources available to the system.
- CIncrease the amount of swap space available to the system.
- DIncrease the amount of disks available to the system.
How the community answered
(38 responses)- A8% (3)
- B76% (29)
- C13% (5)
- D3% (1)
Explanation
The uptime output shows a load average of 7.75, 5.72, 5.17 on a system with only 4 processors (nproc = 4). This indicates CPU saturation since the load averages are significantly higher than the number of available CPUs. Memory and swap usage are minimal, and vmstat shows no I/O waits, so the bottleneck is CPU. Increasing CPU resources will help speed up the jobs.
Topics
Community Discussion
No community discussion yet for this question.
