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

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm