- 1、本文档共8页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
IIS性能计数器
参考:
1、《Professional IIS 7》Chapter 19:Monitoring and Performance Tuning What to Monitor
2、LoadRunner帮助文档《HP Performance Monitoring Best Practices》 Web Server Monitoring – IIS Monitoring
3、《Performance Testing Microsoft.NET Web Applications》 Chapter 6:Analyzing and Performance Tuning the Web Tier – Profiling a .NET Web Application – System Monitor Counter - Performance Counters for IIS
4、LoadRunner帮助文档《HP LoadRunner Online Monitor Reference》 Web Server Resource Monitoring Microsoft IIS Monitoring Microsoft IIS Performance Counters
Memory\Pages/sec
Pages/sec is the number of pages read from the disk or written to the disk to resolve memory references to pages that were not in memory at the time of the reference. This is the sum of Pages Input/sec and Pages Output/sec. This counter includes paging traffic on behalf of the system Cache to access file data for applications. This value also includes the pages to/from non-cached mapped memory files. This is the primary counter to observe if you are concerned about excessive memory pressure (that is, thrashing), and the excessive paging that may result.
参考阀值:0~20(超过80表明存在问题)
Memory\Avaliable MBytes
Available MBytes 是指以 MB 表示的物理内存量,此内存能立刻分配给一个进程或系统使用。它等于分配给待机(缓存的)、空闲和零分页列表内存的总和。要获得内存管理器的详细解释,请参阅 MSDN 和/或 Windows Server 2003 Resource Kit 里的系统性能和疑难解答指南章节。
参考阀值:至少20MB
Processor\%Processor Time
% Processor Time 指处理器用来执行非闲置线程时间的百分比。计算方法是,度量处理器用来执行空闲线程的时间,然后用 100% 减去该值。(每个处理器有一个空闲线程,该线程在没有其他线程可以运行时消耗周期)。此计数器是处理器活动的主要指示器,显示在采样间隔期间所观察的繁忙时间平均百分比。应注意,对处理器是否空闲的计算是在系统时钟的内部采样间隔期间(10ms)执行的。考虑到现在的处理器速度非常快,因此,在处理器可能会用大量时间为系统时钟采样间隔之间的线程提供服务时,% Processor Time 会低估处理器利用率。当恰好进行采样后即向计时器发出信号时,更可能对应用程序做出不准确地度量,基于工作负荷的计时器应用程序是一个这样的示例。
参考阀值:少于75%
Web Service Cache\Kernel:URI Cache Hits%
内核 URI 缓存命中与缓存请求总数的比(自服务启动后)。
参考阀值:越高越好
以下内容摘自LoadRunner的Analysis帮助文档Analysis图 – Web服务器资源图 - Microsoft Information Internet Server (IIS) 图:
在上图中,Bytes Received/sec(接收的字节数/秒)和 Get Requests/sec(Get 请求数/秒)度量在整个场景运行期间一直相当稳定,而 % Total Processor Time(处理器总时间百分比)、Bytes
文档评论(0)