Monitoring Garbage Collector

  • Thread starter Thread starter A.M
  • Start date Start date
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
 
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...
 
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.
 
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."
 
Back
Top