Event Tracing for Windows (ETW) in .NET
Learn about a tracing system that is dead simple to code, already contains much of what you want to trace and is so blazingly fast you can leave it in place while your code runs in production. This course shows you how to harness ETW (Event Tracing for Windows), .NET’s EventSource and Semantic Tracing design.
What you'll learn
Teach your applications to communicate while they are in production! Event Tracing for Windows is a blazingly fast logging system built into the operating system, .NET and many libraries. This course will teach you how to access thousands of events your applications are already producing and add signpost events with application state decoupled from tracing technology with Semantic Tracing. You’ll see the latest in tracing technology for .NET with EventSource, the Semantic Logging Application Block, and the newly released NuGet versions of EventSource. You’ll learn to add logging to your apps, use existing tools and create new ones, and access Event Viewer, all in the context of better debugging, profiling and application management.
Table of contents
- Overview 2m
- Logman to Find Installed Providers 1m
- PerfView as a Controller 4m
- PerfView as a Consumer 4m
- PerfView to Explore Exceptions 3m
- Installing WPR and WPA 1m
- Windows Performance Recorder (WPR) 3m
- WPR Profiles 4m
- Recording with WPRD 1m
- Windows Performance Analyzer (WPA) for Evaluating Traces 2m
- Code Generation for EventSource Classes 7m
- Summary 1m