A systems administrator needs to record long-term performance metrics for CPU and RAM usage over a 24-hour period on a Windows workstation. Arrange the steps required to manually create and start a custom Data Collector Set in Performance Monitor in the correct sequential order from first to last.
- 1Open Performance Monitor (perfmon.msc) and expand Data Collector Sets > User Defined.
- 2Right-click User Defined, select New > Data Collector Set, provide a name, and choose to create manually (Advanced).
- 3Select Performance counter as the log type and add the specific % Processor Time and Available MBytes counters.
- 4Define the root directory path for the output log file and finish the wizard configuration.
- 5Right-click the newly created Data Collector Set and select Start.
Cevap
The correct sequence begins by launching Performance Monitor and expanding User Defined Data Collector Sets, creating a new manual collector set, selecting Performance counter data type and adding CPU/RAM counters, specifying the log file directory and completing the wizard, and finally right-clicking the created collector set to start logging.
To capture performance logs over an extended duration, an administrator opens Performance Monitor (perfmon.msc) and navigates to Data Collector Sets > User Defined. Next, a new collector set is created manually, where Performance counter is selected as the log type and the CPU and Memory counters are added. After specifying the output file location and completing the wizard, the administrator must right-click the created set and select Start to initiate data collection.
Adım Adım Çözüm
Anahtar Kavram
Creating and starting custom Data Collector Sets in Windows Performance Monitor (perfmon.msc)