Understanding Gologging Data Collector Set (Trace Session) in Windows 11 using PerfMon: Shortcut Creating Dump Crash Files
In this article, we will discuss how to use the Gologging Data Collector Set, specifically the Trace Session, in Windows 11 using PerfMon to create dump crash files. We will cover the key concepts and provide detailed context on the topic, including subtitles, paragraphs, and code blocks.
What is Gologging Data Collector Set?
The Gologging Data Collector Set is a feature in Windows 11 that allows you to collect performance data from various sources on your computer. This data can be used to troubleshoot performance issues, identify bottlenecks, and diagnose problems. The Trace Session is a specific type of Data Collector Set that records trace data, which can be used to create dump crash files.
Creating a Trace Session using PerfMon
To create a Trace Session using PerfMon, follow these steps:
- Press the Windows key + R to open the Run dialog box.
- Type
perfmonand press Enter to open PerfMon. - In the PerfMon window, expand
Data Collector Setsand then expandUser Defined. - Right-click on
User Definedand selectNewand thenData Collector Set. - In the
Create new Data Collector Setwindow, enter a name for the new Data Collector Set and selectCreate manually (Advanced). - Check the box next to
Traceand clickNext. - In the
What do you want to trace?window, select the counters you want to include in the trace and clickNext. - In the
Where do you want to save the trace?window, select a location to save the trace and clickNext. - In the
When should the trace start?window, selectStart trace immediately after I click Finishand clickFinish.
Creating Dump Crash Files
To create dump crash files using the Trace Session, follow these steps:
- In the PerfMon window, expand
Data Collector Setsand then expandUser Defined. - Right-click on the Trace Session you created and select
Start. - Reproduce the issue that is causing the crash.
- Once the crash has occurred, right-click on the Trace Session and select
Stop. - In the
Stop Data Collector Setwindow, check the box next toSave and close the data collector set when the trace stopsand clickOK. - The trace file will be saved to the location you specified when creating the Trace Session. To create a dump crash file, you can use a tool such as WinDbg or DebugDiag.
References
- Performance Monitor (PerfMon) Overview
- Data Collector Sets Overview
- Trace Data Collector Set Overview
- WinDbg Overview
- DebugDiag Download
This article provided an overview of how to use the Gologging Data Collector Set (Trace Session) in Windows 11 using PerfMon to create dump crash files. We covered the key concepts, including creating a Trace Session and creating dump crash files. We also provided detailed context and subtitles, paragraphs, and code blocks to help you understand the topic. The references provided can be used for further reading and understanding of the topic.