Any ASP.Net benchmark tool? [closed]

丶灬走出姿态 提交于 2019-12-06 08:47:42

I know of a great commercial product: Ants from Red-gate. Easy to use, detailed, though unfortunately not free.

There is also EQATEC, which is cheaper (even free for personal use!), but I have no experience in using it.

JetBrains dotTrace and Redgate ANTS

Well, dotTrace Profiler is really good. For load testing you could go with jMeter

Iain Galloway

I can personally recommend EQATEC. Primarily because it's sufficient and free.

See also: Profiling ASP.NET websites with EQATEC Profiler

But bear in mind that time spent inside your .NET code isn't the only influence on the performance of your website.

http://developer.yahoo.com/yslow/ helps a lot to optimise e.g. transfer/markup issues. Under normal circumstances, your peak load is likely to be bottlenecked by bandwidth long before it's bottlenecked by processor time.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!