Rise in page reads per sec indicates
-
Disk bottleneck
-
Memory bottleneck
-
Processor bottleneck
-
Network bottleneck
B
Correct answer
Explanation
A rise in page reads per second indicates a memory bottleneck. Page reads occur when the system needs to fetch data from disk because it's not available in RAM (page fault). High page read rates mean insufficient physical memory is causing excessive disk paging, significantly degrading performance.