microsoft / perfview

PerfView is a CPU and memory performance-analysis tool
http://channel9.msdn.com/Series/PerfView-Tutorial
MIT License
4.14k stars 707 forks source link

Add clickable ActivityIDs to requests in ASP.NET Core Stats view #2028

Closed mahamr closed 5 months ago

mahamr commented 5 months ago

Added ability to click ActivityIds for requests in all request tables that opens the Events window with that ActivityId as a text filter (along with start/end times set). This is similar to what IIS Stats does.

From a zipped PerfView trace: image

and clicking one of the request IDs: image

Behavior is identical for a nettrace file as well.