.NET 的性能和监控工具
有哪些不同的方法来识别Windows/Web应用程序性能的监控和诊断(我需要微软提供的工具/应用程序,而不是第三方工具)。
提前致谢!
What are the different ways to identify the monitor and diagonsis of Windows/Web applications performance(I need tools/applications provided by Microsoft, not third party tools).
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
Microsoft 本身使用Windows 性能工具。例如,Microsoft 在 Internet Explorer 的开发。
您可以在此处找到介绍:使用 Windows 性能工具测量浏览器性能。
Microsoft itself uses the Windows Performance Tools. Microsoft uses the WPT for example during the development of the Internet Explorer.
You can find an introduction here: Measuring Browser Performance with the Windows Performance Tools.
Visual Studio 2008/2010提供内置性能分析工具(分析)
http://msdn.microsoft.com/en-us/library/ms182372.aspx
Visual Studio 2008/2010 provides build-in performance analysis tools (profiling)
http://msdn.microsoft.com/en-us/library/ms182372.aspx
您可以使用性能监视器 (perfmon.exe) 来监视不同的性能计数器。我自己就使用这个,而且很多工具都源自 sysinternals(Process explorer 和 Debugview)。 Sysinternals已经被微软收购了,如果我没记错的话,所以现在工具都是由微软提供的。
You could use the performance monitor (perfmon.exe) to monitor the different performance counters. I myself use this, and quite a few tools originated from sysinternals (Process explorer and Debugview). Sysinternals has been bought by Microsoft, if I'm not mistaken, so now the tools are provided by Microsoft.