获取收集器
- 微软官网下载
http://www.microsoft.com/zh-cn/download/details.aspx?id=30665
- 从Visual Studio的安装目录下拷贝
D:\Microsoft Visual Studio 11.0\Common7\IDE\CommonExtensions\Microsoft\IntelliTrace\11.0.0
启动收集
- 命令示例
C:\IntelliTraceCollector\IntelliTraceSC.exe launch /cp:"C:\IntelliTraceCollector\collection_plan.ASP.NET.default.xml" /f:"C:\IntelliTraceLogFiles\MyApp.itrace" "C:\MyApp\MyApp.exe"
- 收集计划“collection_plan.ASP.NET.default.xml”仅收集 IntelliTrace 事件,包括异常、数据库调用和 Web 服务器请求。
- 收集计划“collection_plan.ASP.NET.trace.xml”收集 collection_plan.ASP.NET.de fault.xml 中的函数调用和所有数据。 此计划有利于进行详细的分析,但与 collection_plan.ASP.NET.default.xml 相比,其可能会减慢应用程序的速度。
分析.itrace文件
获取.itrace文件、.pdb文件、源码文件在VS中进行分析
备注
支持从Web应用程序、SharePoint应用程序、托管应用程序收集数据