Optimising a web app

  • Thread starter Thread starter MS
  • Start date Start date
M

MS

I have a web app using C# for coding. I need to track the "memory usage" and
"performance" of the application.
Are there any tools available for the same by MS? Or any third party tools?
Please suggest.
 
The MS Web Application Stress tool could be what you are after.

This simulates a number of users on the site and measures response times,
memory usage and any other performance counters you wish to add.

I can't remember off hand which counters are relevant to website
performance, though the WAS help should tell you.
 
Back
Top