Episode

Diagnosing .NET 6 issues from sidecar containers using dotnet-monitor

with James Montemagno

Mike Rousos continues his series on how to use .NET CLI tools to diagnose common performance and reliability issues by showing how dotnet-monitor can be used to easily diagnose issues in Kubernetes clusters from sidecar containers.

Chapters

  • 00:00 - 00:00 - .NET diagnostic tools & dotnet-monitor
  • 03:20 - What is a sidecar container?
  • 04:30 - dotnet-monitor hands-on in kubernetes
  • 13:30 - dotnet-monitor process information
  • 15:00 - livemetrics with dotnet-monitor
  • 17:55 - dump with dotnet-monitor to an egress provider
  • 21:30 - analyzing a dump file
  • 28:20 - Wrap-up

.NET