See a break down of managed memory from a running process

43 Views Asked by At

I am trying to see if there is a way, perhaps using some of the tools available in the Eventpipe runtime, to get a breakdown of the memory usage similar to what is available when doing a memory profile but on a running instance of my application.

I assume this is not possible as I haven't managed to find any resources on the topic but just wondering if I am perhaps not using the correct key words.

I have tried using the dotnet-dump tool but I can't seem to find a way to analyze the file to see what objects are in memory.

Below is an image from MS profiling docs of what I'd like to try see.

Any pointers on where I should look or things to research would be greatly appreciated.

memory snapshot

0

There are 0 best solutions below