Question

Difficulty: MediumTroubleshooting Windows Performance and Application Crashes

A helpdesk technician is investigating performance complaints on a Windows workstation used for local database processing. While monitoring the system under load using Performance Monitor, the technician observes that the PhysicalDisk\Avg. Disk Queue Length counter consistently stays between 5.0 and 7.0. Meanwhile, CPU Utilization averages 18% and Available RAM is recorded at 62%. Which of the following is the most likely bottleneck causing the performance degradation?

  1. Storage subsystem throughputAnswer
  2. B
    Physical RAM availability
  3. C
    Central processing unit capacity
  4. D
    Application architecture compatibility limits

Answer

Storage subsystem throughput is the primary bottleneck because the Average Disk Queue Length significantly exceeds the normal baseline threshold while CPU and RAM utilization remain low.
In Windows Performance Monitor, the PhysicalDisk\Avg. Disk Queue Length counter measures the average number of read and write requests queued for the selected disk drive. A sustained value greater than 2 per physical drive indicates that the storage drive cannot keep up with the volume of I/O requests, creating a system performance bottleneck. Because CPU utilization (18%) and Available Memory (62%) indicate plenty of available system capacity, the storage subsystem throughput is the sole bottleneck.

Step-by-Step Solution

1
Analyze CPU and Memory metrics from Performance Monitor log data.
CPU utilization (18%) and Available RAM (62%) confirm that processor capacity and system memory are well within healthy operational limits.
Eliminating low-utilization resources isolates the bottleneck to other system hardware components.
2
Evaluate the PhysicalDisk\Avg. Disk Queue Length counter metric.
The observed value of 5.0 to 7.0 exceeds the recommended threshold of 2.0 per physical spindle/disk.
A high disk queue length indicates that disk read/write requests are waiting in a queue faster than the storage controller/drive can process them.
3
Formulate the correct diagnostic conclusion.
Identify the storage subsystem as the constrained resource.
Sustained high queue lengths directly correlate with disk I/O bottlenecks and drive latency.

Key Concept

Identifying storage bottlenecks using Performance Monitor disk queue length metrics
Rate this question