Windows – Tracking Individual Processes in Windows Server 2008, Is It Possible

memory leakmemory usagemonitoringwindowswindows-server-2008

I'm hoping we can get a solution together on this. I'm looking to try and narrow down what's happening on a windows server 2008 box that's causing us to have to reboot every 2 weeks. Resource monitor would show that there's some sort of memory leak going on but we are having problems determining what application is causing the problem.

Does anyone know of a good solution for logging memory usage on a per-process level? We're hoping to log the output over a section of like 2-4 weeks and see what happens.

Any help is appreciated! Thank you.

Best Answer

There are many tools available to help you track down issues like this.

Start with the performance monitor which is provided with your OS. You can set it up to take periodic snapshot of pretty much any metric you can think of, including individual memory usage per process. In your case, that's probably the best tool for identifying rogue processes.

Also process explorer, which you'll have to download, is a very good way if looking into all processes of your system. It will allow you explore your system state in a very detailed way.

Finally, you can use process monitor, also a separate download, to watch a particular process activity in detail.