A workstation user reports that a specialized reporting tool repeatedly locks up and stops responding without throwing an explicit error message whenever a batch process runs. A technician opens Resource Monitor to investigate the unresponsive application process. Which feature within Resource Monitor should the technician use first to determine whether the application is waiting on another process or locked resource?
- Select the application process on the CPU tab and run Analyze Wait Chain.Answer
- BOpen Event Viewer and clear the Windows System log before restarting the application.
- CExecute the sfc /r command from an elevated Command Prompt to fix memory locks.
- DLaunch the System Control Panel applet to adjust virtual memory paging file size.
Answer
Select the application process on the CPU tab and run Analyze Wait Chain.
The 'Analyze Wait Chain' feature on the CPU tab in Resource Monitor directly shows which process or thread is waiting on another process to complete or release a resource. This is the standard diagnostic action in Windows for troubleshooting application freezes and hangs.
Step-by-Step Solution
Key Concept
Resource Monitor Analyze Wait Chain for Application Hang Isolation
Estimated Time:1m 0s