Рет қаралды 7,934
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.
Links:
dotnet-monitor GitHub repo: github.com/dot...
dotnet-monitor Docker image: hub.docker.com...
The small sample app I diagnosed: github.com/mjr...
Documentation on other .NET CLI diagnostic tools: docs.microsoft...
Previous similar On.NET shows I’ve recorded that folks may want to refer back to:
Diagnosing thread pool starvation with dotnet-counters and dotnet-dump: docs.microsoft...
Diagnosing managed memory leaks with dotnet-dump: docs.microsoft...
Diagnosing high CPU usage with dotnet-trace: docs.microsoft...
Diagnosing LOH issues w/ GC traces from dotnet-trace: docs.microsoft...
🙋♀️🙋♂️ Get your questions answered on the Microsoft Q&A for .NET: aka.ms/dotnet-qa
🏫 Learn C#, F#, and .NET with free self-guided learning from Microsoft Learn: aka.ms/learndo...
#dotnetmonitor #dotnet #performance