如何监控Web应用服务器上的每个进程?

发布于 2024-12-29 06:07:48 字数 176 浏览 1 评论 0原文

我想找到一些应用程序,它可以告诉我有关服务器应用程序中发生的所有事情的一些统计信息...

我有一个用 C#.net 和 sqlserver 编写的 Web 应用程序,它在 winsows Server 2008R2 上设置并在 LAN 上工作,我想找出女巫进程花费的时间太长,或者服务器上的每个进程周期,如何监控这些事情?

I want to find some Application that could tell me some statistics information about every thing that happen in my server application...

I have a web application written with C#.net and sqlserver ,it sets up on winsows Server 2008R2 and works on LAN,I want to find out witch process take too long,or every process cycle on server,How could monitor this things?

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

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

发布评论

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

评论(2

温暖的光 2025-01-05 06:07:48

我不确定是否有一个包罗万象的解决方案,但我知道有几个包可以让您监视和记录 ASP.NET 应用程序中的各种事件。

在我的脑海中,ELMAH 是一个相对简单的解决方案,有很多功能可插拔的日志记录设施。您可以将其与 Nuget 一起放入。

ASP.NET 还附带了自己的应用程序运行状况监控工具,简称为 ASP。 NET 健康监控。对此没有做过太多工作,但它可能是一个有用的工具。

I'm not sure of an all-encompassing solution, but I know there are several packages out there that allow you monitor and log various events in your ASP.NET application.

Off the top of my head, ELMAH is a relatively drop-in-able solution that has alot of pluggable logging facilities. You can drop it in with Nuget.

ASP.NET also comes with its own application health monitoring tools, simply called ASP.NET Health Monitoring. Haven't worked much with that, but it may be a useful tool.

花桑 2025-01-05 06:07:48

谢谢大家。我终于找到了 microsoft Advanced Logging,它是 IIS 的绝佳工具,之后我可以使用 WebLogExpert 和 sql server 分析结果,非常好。帮助我的链接在这里:

http://perftesting.codeplex.com/wikipage?title=How%20To%3A%20Use%20IIS%20Log%20Files%20In%20Performance%20Testing&ProjectName=perftesting

thanks all.I Finaly find the microsoft Advanced Logging,it is great tools for IIS ,after that I could Analyze the result with WebLogExpert and sql server so nice.the link that help me is here :

http://perftesting.codeplex.com/wikipage?title=How%20To%3A%20Use%20IIS%20Log%20Files%20In%20Performance%20Testing&ProjectName=perftesting

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