用于分析 ASP.NET MVC Web 服务器性能的免费工具和方法?
我们在应用程序上运行 Jmeter,发现 Web 服务器运行速度相对较慢。我之前问过这个< /a> 但我希望找到一些免费工具,我可以用它来分析它并识别瓶颈?
我还需要查看服务器上的内存分析吗?我可以采取哪些最佳步骤来优化 Web 服务器性能?基本上我正在尝试最大限度地优化网络服务器,所以只是想知道可以采取的所有步骤。
因此,如果任何人都可以列出使用 asp.net mvc 2.0
、IIS 7.0
和 SQL Server 2005< 时可以在 Web 服务器上完成的所有步骤或优化, /code>。感谢您的所有帮助。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
查看 MVC 迷你分析器。由 StackOverFlow 人员
http://code.google.com/p/mvc-mini 编写-分析器/
Check out the MVC mini profiler. Written by the StackOverFlow people
http://code.google.com/p/mvc-mini-profiler/
这些都是很棒的工具,并且有 14 天免费试用期:
http ://www.red-gate.com/products/dotnet-development/ants-memory-profiler/
http://www.red-gate.com/products/dotnet-development/ants-performance-profiler/
These are great tools and have a 14 day free trial:
http://www.red-gate.com/products/dotnet-development/ants-memory-profiler/
http://www.red-gate.com/products/dotnet-development/ants-performance-profiler/
http://www.jetbrains.com/profiler/buy/index.jsp - 绝对不是免费的,但非常直观且非常有帮助。
http://www.jetbrains.com/profiler/buy/index.jsp - Definitely not free, but pretty intuitive and very helpful.