Search code examples
.net-coreprocess-explorer

Is there a tool to get .net core process metrics?


Process Explorer is very good, but it does not show metrics for .net core processes. Is there a tool to connect to arbitrary .net core process and get metrics # GC collections, GC heaps sizes, time in GC, and the like.


Solution

  • dotnet-counters monitor -n <YourAppName>
    

    Get it at https://learn.microsoft.com/en-us/dotnet/core/diagnostics/dotnet-counters