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

373 views Asked by At

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.

1

There are 1 answers

0
GregC On BEST ANSWER
dotnet-counters monitor -n <YourAppName>

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