nerdexam
CompTIA

XK0-005 · Question #1701

Users are reporting that a production application has slow performance. A systems administrator logs in to the server and performs some basic checks. Given the following: Which of the following is…

The correct answer is D. The server is swapping. The output from free -m shows that a significant portion of the swap space (955 MB) is being used, indicating the server is swapping. Swapping occurs when the system runs low on physical memory, leading to poor performance because the system must offload memory pages to the…

Troubleshooting

Question

Users are reporting that a production application has slow performance. A systems administrator logs in to the server and performs some basic checks. Given the following: Which of the following is causing the performance issue?

Exhibit

XK0-005 question #1701 exhibit

Options

  • AThe server does not have enough memory
  • BToo many processes are running on the server
  • CThe server CPU is receiving too much load
  • DThe server is swapping

How the community answered

(38 responses)
  • A
    11% (4)
  • B
    5% (2)
  • C
    3% (1)
  • D
    82% (31)

Explanation

The output from free -m shows that a significant portion of the swap space (955 MB) is being used, indicating the server is swapping. Swapping occurs when the system runs low on physical memory, leading to poor performance because the system must offload memory pages to the slower swap space. To resolve this, either more physical memory should be added or the application's memory usage should be optimized.

Topics

#Performance Troubleshooting#Memory Management#System Resources#Virtual Memory

Community Discussion

No community discussion yet for this question.

Full XK0-005 Practice