IIS 6.0调试方法

发布于 2024-07-18 01:42:20 字数 187 浏览 3 评论 0原文

我需要您帮助调试服务器 (Windows Server 2003 R2) 上的高 CPU 使用率 (w3wp.exe)。 我使用 debugdiag 进行分析,但问题是该软件没有检测到任何类型的问题。

您是否遇到过 w3wp.exe CPU 使用率过高的问题(始终为 100%)?

您有如何调试任何相关问题的教程吗?

I need some help from you about debugging high CPU usage (w3wp.exe) on server (Windows Server 2003 R2). I used debugdiag to anaylze but the problem is that this piece of software is not detecting any kind of problem.

Have you ever met any problem with high CPU usage on w3wp.exe (100% all the time)?

Have you got any tutorial how to debug any related problems?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

浅浅淡淡 2024-07-25 01:42:20

在挂起模式下使用 adplus 收集内存转储

adplus -hang -pn w3wp.exe -quiet

更多详细信息:.NET 调试演示实验 4:CPU 高挂起

Use adplus in hang mode to gather memory dump

adplus -hang -pn w3wp.exe -quiet

More details here: .NET Debugging Demos Lab 4: High CPU hang

多情癖 2024-07-25 01:42:20

第一步是确定哪个程序/进程正在使用如此多的 CPU。 您是否使用过任务管理器按 CPU 使用率对进程进行排序?

另外,我建议您从 Sysinternals 下载免费工具(现在微软的一部分)。

他们的 Process Explorer 工具将是一个很好的开始。

The first step is to determine which program/process is using so much CPU. Have you used task manager to sort prtocesses by CPU usage?

Also I would recommend that you download the free tools from Sysinternals (now part of Microsoft).

Their Process Explorer tool would be a great start.

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