Rise in page reads per sec indicates
-
Disk bottleneck
-
Memory bottleneck
-
Processor bottleneck
-
Network bottleneck
B
Correct answer
Explanation
Page reads per second measures how often the system must retrieve data from disk into memory. A sustained rise indicates the system is constantly paging, which happens when physical RAM is insufficient and the operating system relies heavily on virtual memory. This is a classic symptom of memory pressure.