What's the best tool to track a process's memory usage over a long period of time in Windows?

后端 未结 7 1218
北海茫月
北海茫月 2021-01-16 07:17

What is the best available tool to monitor the memory usage of my C#/.Net windows service over a long period of time. As far as I know, tools like perfmon can monitor the m

7条回答
  •  没有蜡笔的小新
    2021-01-16 07:46

    I would recommend using the .Net Memory Validator tool from software verify. This tool helped me to solve many different issues related to memory management in .Net application I have to work with.

    I use more frequently the C++ version but they are quite similar and the fact that you can really see in real-time the type of the objects being allocated will be invaluable to you.

提交回复
热议问题