2011年1月17日

摘要: 1. 在IIS里访问AllProducts.aspx启动w3wp.exe进程。2. 使用TinyGet执行 tinyget srv:localhost –uri:/buggybits/AllProducts.aspx –threads:5 –loop:13. 在WinDbg目录执行 adplus –hang –pn w3wp.exe –quiet4. 使用WinDbg打开第三步生成的.dmp文件,执行 .loadby sos.dll mscorwks5. 执行 !threadpool 查看当前生成dmp时的CPU利用率 : 阅读全文
posted @ 2011-01-17 22:52 李志鹏 阅读(538) 评论(0) 推荐(1)

导航