A systems administrator needs to monitor system performance on a Windows 11 Pro workstation over a 48-hour period to establish a performance baseline. The collected metrics, including CPU usage, available memory, and disk transfer rates, must be continuously written to a counter log file for offline analysis without requiring an active user session or keeping a graphical monitoring utility open on the screen. Which Windows Administrative Tool should the administrator use to configure this automated performance logging?
- Performance MonitorAnswer
- BResource Monitor
- CTask Manager
- DEvent Viewer
Answer
Performance Monitor is the correct utility to configure automated counter logging over an extended period.
Performance Monitor (perfmon.msc) is the built-in Windows utility designed for detailed performance baselining. Using Data Collector Sets, administrators can record specific performance counters (such as Processor Time, Available MBytes, and Disk Bytes/sec) continuously into log files for long-term analysis without keeping a user session logged in.
Step-by-Step Solution
Key Concept
Using Performance Monitor Data Collector Sets for long-term performance baselining and log collection.