你在使用。net程序时使用过哪些分析器,你特别推荐哪一个?


当前回答

我们公司为。net选择了YourKit Profiler,因为它是性价比最高的(价格vs功能)。对于一个想要拥有灵活许可(浮动许可)的小公司来说,这是一个完美的选择——当时ANTS是开发人员座位挂坠盒。

此外,它为我们提供了附加到正在运行的进程的能力,这在dotTrace中是不可能实现的。注意,虽然附加不是最好的选择,因为所有的。net程序都会变慢,但这是分析由其他进程启动的。net应用程序的唯一方法。 在功能方面,ANTS和dotTrace更好——但最终YourKit已经足够好了。

其他回答

I must bring an amazing tool to your notice which i have used sometime back. AVICode Interceptor Studio. In my previous company we used this wonderful tool to profile the webapplication (This is supposed to be the single largest web application in the world and the largest civilian IT project ever done). The performance team did wonders with the help of this magnificent tool. It is a pain to configure it, but that is a one time activity and i would say it is worth the time. Checkout this page for details.

谢谢, 詹姆斯

不要忘记nProf -一个非常好的免费分析器。

别忘了很棒的scitech .net内存分析器

它可以很好地跟踪。net应用程序内存不足的原因。

Intel®VTune™性能分析仪快速采样

不幸的是,我尝试过的大多数分析器在与尾部调用一起使用时都失败了,尤其是ANTS。我只能自己写。CodeProject上有一个简单的实现,您可以将其用作基础。