Memory usage of another application.

T

tc

Hi, does anyone how how I might check on the memory usage of a running
application? I want to do this externally to the 'actual' application that
I've written, so a small stand alone app that can keep a check on another?

Basically the application in question hangs after a week or so of continual
use and I need to prove if it my application hogging memory or something
else.

Any ideas?

Cheers.
 
M

Mr. Arnold

tc said:
Hi, does anyone how how I might check on the memory usage of a running
application? I want to do this externally to the 'actual' application
that I've written, so a small stand alone app that can keep a check on
another?

Basically the application in question hangs after a week or so of
continual use and I need to prove if it my application hogging memory or
something else.

Process Explorer.
http://www.snapfiles.com/get/processexplorer.html
http://technet.microsoft.com/en-us/sysinternals/default.aspx

In PE, you right click the line for the running process, and you go to
Properties. PE will show you want you need to know. It have hooks into a
..Net Solution as well to show more about a .Net solution.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top