2

We ran Jmeter on our application and found that our web server was running relatively slow. I have asked this before but I was hoping to find some free tools can I use to profile it and identify bottlnecks ?

Also do I need to look at memory profiling on the server? What are the best steps I can take towards optimizing the web server performance ? Basically I am trying to optimize the web server to the fullest so just wanted to know all the steps can be taken to do it.

So,if anyone can list all the steps or optimizations than can be done on web server when using asp.net mvc 2.0, IIS 7.0 and SQL Server 2005.Thanks for all your help.

Community
  • 1
  • 1
Vishal
  • 12,133
  • 17
  • 82
  • 128

3 Answers3

2

Check out the MVC mini profiler. Written by the StackOverFlow people

http://code.google.com/p/mvc-mini-profiler/

NullReference
  • 4,404
  • 12
  • 53
  • 90
1

http://www.jetbrains.com/profiler/buy/index.jsp - Definitely not free, but pretty intuitive and very helpful.

smartcaveman
  • 41,281
  • 29
  • 127
  • 212