mcerk Posted February 2, 2006 Posted February 2, 2006 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 Quote
IngisKahn Posted February 3, 2006 Posted February 3, 2006 Object Browser is your friend. Search for the string "Memory" and you'll find System.Diagnostics.Process Quote "Who is John Galt?"
Administrators PlausiblyDamp Posted February 3, 2006 Administrators Posted February 3, 2006 Also the CLRProfiler from MS can be a very useful tool Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
mskeel Posted February 3, 2006 Posted February 3, 2006 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. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.