Monitoring Garbage Collector

A

A.M

Hi,

I have a C# application and I need to make sure the application releases
memory resources properly.
How can I monitor how an application consumes memory and how Garbage
Collector releasing it's un-used memory?

Thanks,
Alan
 
P

Phil Jenson

Alan,

I don't know if there is anything built into the framework, but if there is
not then perhaps you could try reading one of the many performance counters?

Phil...
 
A

A.M

They have very intersting tools there, but .NET Memory Profiler, the one
that I really like, is not free.
I was expecting that VS.NET already conatins such tool.

Thank you for help.
 
K

Kevin Yu [MSFT]

Hi A.M.,

Currently we don't have such tool integrated in VS.NET. If you have
suggestion for our future products, you can send mail to
(e-mail address removed) directly. Your advice will be highly appreciated.
Thanks!

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
 

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