dotnet-gcdump
This tools allows us to do a dump of application gc. So we start off with dotnet-dump ps which list down all the processes.
Then run dotnet-gcdump collect -p 11596, to generate the reports out
dotnet-gcdump report .\20230827_162357_11596.gcdump
An example output is shown in diagram below:
Comments