Microsoft.Windows.EventTracing.Processing.All
1.12.10
Prefix Reserved
dotnet add package Microsoft.Windows.EventTracing.Processing.All --version 1.12.10
NuGet\Install-Package Microsoft.Windows.EventTracing.Processing.All -Version 1.12.10
<PackageReference Include="Microsoft.Windows.EventTracing.Processing.All" Version="1.12.10" />
<PackageVersion Include="Microsoft.Windows.EventTracing.Processing.All" Version="1.12.10" />
<PackageReference Include="Microsoft.Windows.EventTracing.Processing.All" />
paket add Microsoft.Windows.EventTracing.Processing.All --version 1.12.10
#r "nuget: Microsoft.Windows.EventTracing.Processing.All, 1.12.10"
#:package [email protected]
#addin nuget:?package=Microsoft.Windows.EventTracing.Processing.All&version=1.12.10
#tool nuget:?package=Microsoft.Windows.EventTracing.Processing.All&version=1.12.10
Provides a set of APIs to process Event Tracing for Windows (ETW) traces (.etl files) in .NET.
Learn more about Target Frameworks and .NET Standard.
-
- Microsoft.Windows.EventTracing.BootPrefetch (>= 1.12.10)
- Microsoft.Windows.EventTracing.Cpu (>= 1.12.10)
- Microsoft.Windows.EventTracing.Disk (>= 1.12.10)
- Microsoft.Windows.EventTracing.Events (>= 1.12.10)
- Microsoft.Windows.EventTracing.File (>= 1.12.10)
- Microsoft.Windows.EventTracing.Graphics (>= 1.12.10)
- Microsoft.Windows.EventTracing.HyperV (>= 1.12.10)
- Microsoft.Windows.EventTracing.Memory (>= 1.12.10)
- Microsoft.Windows.EventTracing.Metadata (>= 1.12.10)
- Microsoft.Windows.EventTracing.Network (>= 1.12.10)
- Microsoft.Windows.EventTracing.Power (>= 1.12.10)
- Microsoft.Windows.EventTracing.Processes (>= 1.12.10)
- Microsoft.Windows.EventTracing.Processing (>= 1.12.10)
- Microsoft.Windows.EventTracing.Processing.Community (>= 1.12.10)
- Microsoft.Windows.EventTracing.Processing.OutputRedirection (>= 1.12.10)
- Microsoft.Windows.EventTracing.Processing.Toolkit (>= 1.11.0)
- Microsoft.Windows.EventTracing.Regions (>= 1.12.10)
- Microsoft.Windows.EventTracing.Registry (>= 1.12.10)
- Microsoft.Windows.EventTracing.ScheduledTasks (>= 1.12.10)
- Microsoft.Windows.EventTracing.Services (>= 1.12.10)
- Microsoft.Windows.EventTracing.Syscalls (>= 1.12.10)
- Microsoft.Windows.EventTracing.Utc (>= 1.12.10)
- Microsoft.Windows.EventTracing.WindowInFocus (>= 1.12.10)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Microsoft.Windows.EventTracing.Processing.All:
| Package | Downloads |
|---|---|
|
ETWAnalyzer
Package Description |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Microsoft.Windows.EventTracing.Processing.All:
| Repository | Stars |
|---|---|
|
Siemens-Healthineers/ETWAnalyzer
Command line tool to analyze one/many ETW file/s with simple queries for common issues.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 1.12.10 | 3,661 | 8/23/2023 |
| 1.12.9 | 1,871 | 4/24/2023 |
| 1.12.6-preview | 469 | 1/18/2023 |
| 1.11.109 | 1,648 | 12/2/2022 |
| 1.10.0 | 37,531 | 4/22/2022 |
| 1.9.2 | 7,745 | 11/4/2021 |
| 1.8.0 | 135,784 | 9/10/2021 |
| 1.7.4 | 2,320 | 7/15/2021 |
| 1.7.3 | 709 | 6/21/2021 |
| 1.7.2 | 690 | 6/11/2021 |
| 1.7.1 | 728 | 5/5/2021 |
| 1.7.0 | 685 | 4/27/2021 |
| 1.6.4 | 791 | 3/25/2021 |
| 1.6.3 | 655 | 3/22/2021 |
| 1.6.1 | 766 | 2/26/2021 |
| 1.6.0 | 708 | 2/18/2021 |
| 1.5.0 | 2,490 | 10/29/2020 |
| 1.4.0 | 1,062 | 9/25/2020 |
| 1.3.0 | 816 | 8/25/2020 |
| 1.2.2 | 1,004 | 7/15/2020 |
| 1.2.0 | 1,210 | 6/26/2020 |
| 1.1.1 | 811 | 6/19/2020 |
| 1.1.0 | 865 | 6/9/2020 |
| 1.0.0 | 4,305 | 2/20/2020 |
| 0.4.0 | 832 | 2/14/2020 |
| 0.3.3 | 881 | 2/4/2020 |
| 0.3.2 | 1,260 | 1/31/2020 |
| 0.3.1 | 984 | 1/27/2020 |
| 0.3.0 | 947 | 1/22/2020 |
| 0.2.1 | 1,110 | 9/26/2019 |
| 0.2.0 | 1,596 | 8/5/2019 |
| 0.1.0 | 1,266 | 5/8/2019 |
Changes in v1.12.0:
# Other
- A new version of the toolkit has been released (v1.11.0).
Changes in v1.11.0:
# New Data Exposed
- ICommitDataSource provides total committed virtual memory in each process.
# Other
- A new version of the toolkit has been released (v1.10.1).
Changes in v1.10.0:
# Breaking Changes
# New Data Exposed
- Add new enumeration values to Microsoft.Windows.EventTracing.Cpu.QualityOfServiceLevel.
# Bug Fixes
- Fix null reference exception while processing ready thread events.
- Fix IOException that happens on some machines when calling TraceProcessor.Create().
Changes since v1.9.0:
# New Data Exposed
- Expose readying thread and stack for ready thread event.
- Add Wait and ready intervals to ThreadActivity in CpuSchedulingDataSource.
Changes since v1.8.0:
# Bug Fixes
- Fix handling non-ASCII characters in ANSI strings.
- Fix bugs in parsing Compact CSwitch.
- Fix a bug in symbol loading.
#Other
- CpuSchedulingData does not use legacy implementation anymore.
Changes since v1.7.0:
# New Data Exposed
- Add support for work-on-behalf interval data.
- Add support for legacy CPU scheduling data.
- Add ARM's instruction counter.
- Add Level, Channel, and Keyword Names to GenericEventMetadata.
# Bug Fixes
- Fix a bug in accessing process from ContextSwitchIn/Out.
Changes since v1.6.0:
# Bug Fixes
- Fix a race condition.
Changes since v1.5.0:
# New Data Exposed
- IProcessor now exposes the efficiency class of the processor.
- Surface the NonTradeable bit for IResidentSetPage.
Changes since v1.4.0:
# Bug Fixes
- Symbol loading performance has been improved.
- The calculation for the processor usage timer frequency has been fixed.
#Other
- A new version of the toolkit has been released (v1.3.0).
Changes since v1.2.0:
# Bug Fixes
- A bug was fixed that prevented stacks from working correctly in filtered generic events.
Changes since v1.1.0:
# New Data Exposed
- Expose symbol on IHardFault.
# Bug Fixes
- The public version of data layer now works when the application path contains spaces.
Changes since v1.0.0:
# New Data Exposed
- IMinifilterDataSource provides data about minifilter delays.
- An extension method now allows for fallback formatting in case of exceptions when stringifying IGenericEventFields.
- An extension method now allows for fallback formatting in case of exceptions when formatting IGenericEvent messages.
# Bug Fixes
- Thread quality-of-service data in context switches was fixed, and now returns correct values.