Question

Difficulty: MediumTroubleshooting Windows Performance and Application Crashes

A user reports that an accounting application on a Windows 11 workstation frequently crashes during peak business hours. The user mentions that the issue began earlier in the week, but cannot recall the exact date. A technician needs to inspect a day-by-day visual timeline displaying a stability index alongside correlated events such as application failures, system updates, and driver installations. Which of the following tools should the technician use?

  1. Reliability MonitorAnswer
  2. B
    Event Viewer
  3. C
    Resource Monitor
  4. D
    Task Manager

Answer

Reliability Monitor is the correct tool because it generates a chronological line graph (System Stability Index) correlating application failures with software updates and hardware changes over time.
Reliability Monitor (perfmon /rel) is specifically designed to provide a historical overview of system stability. It charts a daily Stability Index rating and groups events into categories such as Application failures, Windows failures, Miscellaneous failures, Warnings, and Information (such as software and driver installations), making it easy to spot correlations between a crash trend and a recent update.

Step-by-Step Solution

1
Identify the diagnostic requirement
The technician needs a tool that maps application crash history visually over time alongside system modification events like updates and driver installations.
Correlating the onset of crashes with recent system changes is essential to identifying root causes without reviewing raw event logs manually.
2
Evaluate Windows Administrative Tools
Reliability Monitor (accessible via perfmon /rel or Security and Maintenance) presents a daily stability graph rated from 1 to 10 with categorised icons for crashes, updates, and warnings.
Reliability Monitor synthesises event log data into a user-friendly timeline specifically designed to track system stability trends.

Key Concept

Using Reliability Monitor to correlate application crash trends with system changes and updates.
Rate this question