要监视的最佳 ASP.NET 性能计数器是什么? [英] What are the best ASP.NET performance counters to monitor?

查看:19
本文介绍了要监视的最佳 ASP.NET 性能计数器是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在 ASP.NET 的 perfmon 中有大量可用的计数器.什么是最好的(我正在考虑选择 5-10 个),最适合在我们的测试环境中进行监控,以便我们可以反馈给开发人员.

There are truckloads of counters available in perfmon for ASP.NET. What are the best (I am thinking of choosing 5-10) that will be the best to monitor in our test environment so that we can feed back to developers.

我在考虑请求时间、请求队列长度、活动会话等.

I am thinking of things like request time, request queue length, active sessions etc.

推荐答案

对于正常(不是性能/压力测试),您可以使用以下内容:

For a normal (not performance/stress testing) you would be OK with the following:

  • 请求总字节数(非常重要,尤其是对于 Web(而非 Intranet)应用程序)
  • 请求失败
  • 请求数/秒
  • 执行过程中的错误
  • 执行期间未处理的错误
  • 会话 SQL Server 连接总数
  • 状态服务器会话处于活动状态

对于性能测试,您可能需要以下内容:

For the performance testing you would probably want things like:

  • % CPU 使用率(确保您正在检查 CPU 使用率是否非常低以及它可能表明某些东西已死)
  • 请求已排队
  • 输出缓存命中

这篇关于要监视的最佳 ASP.NET 性能计数器是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆