Find out memory which program is using

mcerk

Regular
Joined
Nov 1, 2004
Messages
78
I'd like to measure how many memory does my app take. How can I measure that? I know I can look at the task manager, but I'd like to measure it every 1 hour and put that value into database.

So I'd like to measure it with .NET (it can be VS 2003 or VS 2005)

tx, Matej
 
I'm all for programming stuff but I think you can also set the preformance monitor up to log activity for you -- things such as memory usage, CPU usage, paging, and so on. You can get to that via the control panel.
 
Back
Top