.NET 的性能和监控工具

发布于 2025-01-08 12:03:06 字数 82 浏览 0 评论 0原文

有哪些不同的方法来识别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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

够运 2025-01-15 12:03:06

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.

半步萧音过轻尘 2025-01-15 12:03:06

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

空气里的味道 2025-01-15 12:03:06

您可以使用性能监视器 (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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文