识别Windows/Web应用程序性能监控和诊断的不同方法有哪些(我需要Microsoft提供的工具/应用程序,而不是第三方工具)。
提前感谢!
发布于 2012-02-23 16:20:44
微软自己也使用Windows Performance Tools。例如,微软在development of the Internet Explorer期间使用WPT。
你可以在这里找到一个介绍:Measuring Browser Performance with the Windows Performance Tools。
发布于 2012-02-23 15:25:32
Visual Studio2008/2010提供内置的性能分析工具(性能分析) http://msdn.microsoft.com/en-us/library/ms182372.aspx
发布于 2012-02-23 15:23:32
您可以使用性能监视器(perfmon.exe)来监视不同的性能计数器。我自己也使用这个,有相当多的工具来自于sysinternals (进程管理器和Debugview)。如果我没记错的话,Sysinternals已经被微软买下了,所以现在工具是由微软提供的。
https://stackoverflow.com/questions/9408666
复制相似问题