Multiple choice technology performance

Which one amongst the following is not the important performance counter for identifying Memory related bottleneck

  1. Available Memory Bytes

  2. Committed Memory Bytes

  3. Memory Pages / seconds

  4. % User Time

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The question asks which counter is NOT a memory-related performance counter. % User Time is a CPU performance counter that measures the percentage of time the processor spends in user mode, not memory utilization. Available Memory Bytes, Committed Memory Bytes, and Memory Pages/second are all genuine memory-related counters that track memory availability, allocation, and paging activity.