Creating Data Collector Sets

Data Collector Sets are used in Windows Performance Monitor to organize and manage the collection of performance data. They allow you to define what data to collect, from which sources, and how to store it. This guide will walk you through the process of creating and configuring these sets.

Why Use Data Collector Sets?

Steps to Create a Data Collector Set

1. Open Performance Monitor

You can open Performance Monitor by:

2. Navigate to Data Collector Sets

In the left-hand pane of Performance Monitor, expand Data Collector Sets.

3. Create a New Data Collector Set

Right-click on User Defined and select New > Data Collector Set.

4. Name Your Data Collector Set

Enter a descriptive name for your set in the "Create New Data Collector Set" wizard and click Next.

5. Choose the Creation Type

You have two primary options:

For this guide, we will focus on manual creation. Select Create manually (Advanced) and click Next.

6. Select Data Loggers and Editors

Choose the types of data you want to log:

Select Performance counter and Event trace data. Click Next.

7. Configure Performance Counters (If Selected)

Click Add... to select the performance counters you want to monitor. You can browse through different performance objects (e.g., Processor, Memory, Disk) and select specific counters.

Tip: Start with a few key counters to understand system behavior before adding too many. Common counters include:
  • Processor\% Processor Time
  • Memory\Available MBytes
  • Process(ProcessName)\% Processor Time

Once you have added your desired counters, click OK, then Next.

8. Configure Event Trace Data (If Selected)

Click Add... to select event trace providers. These are typically system services or applications that emit trace events. You can browse for providers or use specific names if you know them.

Click OK, then Next.

9. Configure Data Log Files

Specify the following for your data logs:

Click Next.

10. Finish and Save

Review your configuration. You can choose to:

Click Finish.

Important: Ensure the directory where you choose to save your logs has sufficient free space. Large datasets can consume significant storage.

Managing Data Collector Sets

After creation, your Data Collector Set will appear under User Defined in the left pane.

Advanced Configuration Options

Right-click on your Data Collector Set and select Properties for more advanced settings:

By effectively creating and managing Data Collector Sets, you can gain valuable insights into your system's performance and troubleshoot issues more efficiently.