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

后端 未结 7 1220
北海茫月
北海茫月 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:51

    Playing around with Computer Management (assuming you're running Windows here) and it seems like you can make it monitor a process over time. Go to computer management -> performance logs and alerts and look at the counter/trace logs. Right click on counter logs and add a new log. Now click add object and select memory. Now click add counters and change the "Performance Object" to Process, and select your process.

提交回复
热议问题