youtube image
From YouTube: Diagnosing ASP.NET Core Performance Issues

Description

In the episode, Mike Rousos shows us how we can use tools like PerfView and PerfCollect to diagnose performance problems in ASP.NET Core applications. He discusses how we can use the tools for performance analysis on both Linux and Windows servers. Also, we get a demo on how to inspect things like large object allocations, chatty SQL calls, and thread pool health.

[T04:10] - Introducing the demo
[T06:03] - Performance Diagnostic tools
[T08:37] - Collecting performance data with PerfCollect
[T16:24] - Inspecting performance data with PerfView
[T25:30] - Common ASP.NET Core Performance Issue
[T28:49] - ASP.NET Core Performance Best Practices

Useful Links

PerfView:
https://github.com/Microsoft/perfview

PerfCollect: https://github.com/dotnet/coreclr/blob/master/Documentation/project-docs/linux-performance-tracing.md

ASP.NET Core performance best practices doc: https://docs.microsoft.com/aspnet/core/performance/performance-best-practices