Search code examples
.net-traceprocessing

.net-traceprocessing How Can WaitAnalysis Be Used?


In the library .net-traceprocessing is a namespace Microsoft.Windows.EventTracing.WaitAnalysis which contains many types related to Wait Analysis. How can that be used? Based on the name it sounds useful. Has anyone experience with that one and has a sample at hand?

I know that there is a WaitClassifcation Graph in WPA. Which events need to be recorded to make this one show up as graph and how useful is that one?


Solution

  • We'd like to make wait analysis available in our public version, but unfortunately we weren't able to do that for our first public release. As you noticed, we removed the top-level entry point but had not cleaned up other types exposed in that namespace. Apologies for the teaser; we'll remove the other remnants of wait analysis in public surface area.

    It would take a bit of work to get this feature made public, but we'll put it on our backlog, and let us know if there's more interest here, and that will help raise the priority.