您的位置:首页 > 其它

How to monitor Web server performance by using counter logs in System Monitor in IIS

2012-10-16 15:44 274 查看

How to monitor Web server performance by using counter logs in System Monitor in IIS

Article ID: 313064 - View products that this article applies to.


Retired KB Content Disclaimer
This article was previously published under Q313064

Expand all | Collapse all



On This Page



SUMMARY




How to Create a Counter Log




How to Configure a Counter Log




How to Choose Counters




REFERENCES




Properties




Give Feedback




SUMMARY

This step-by-step article describes how to create and configure counter logs in System Monitor so that you can monitor Web server performance.

In System Monitor, you can create logs to automatically collect server activity data at specified intervals. You can then use this data to help you identify the cause of delays, and to tune your server for optimal performance.

System Monitor uses counters to track the activity of specific objects (services or mechanisms that control server resources). In addition to the objects and counters that are included with Microsoft Windows 2000 Server, Internet Information Services (IIS) 5.0 installs counters that monitor Web server performance. These counters include global IIS counters, Web service counters, File Transfer Protocol (FTP) service counters, and Active Server Pages (ASP) program counters. Global IIS counters monitor the activity of all IIS services, such as bandwidth usage and caching. Web service, FTP service, and ASP program counters monitor connection activity.

How to Create a Counter Log

To create a counter log:
Click Start, point to Programs, point to Administrative Tools, and then click Performance.

Double-click Performance Logs and Alerts in the console tree, and then click Counter Logs.

Right-click an empty area in the right details pane.

Type a name for the log in the New Log Settings dialog box, and then click OK.

Click the General tab, and then click Add.

Click the object that you want to monitor (for example, click Web Service) in the Performance object box, click either All counters or Select counters from list, and then click the counter or counters that you want to log.

NOTE: To view a description of a counter, click the counter, and then click Explain.

To monitor all instances of the selected counter, click All instances. To monitor specific instances of the selected counters, click Select instances from list, and then click the instances that you want to monitor.

Click Add.

Repeat step 6 through step 8 to add the counters that you want to log. When you are finished, click Close.

Specify the value that you want in the Interval box, and then click the unit of time that you want in the Unit box.

Click OK.

How to Configure a Counter Log

To configure a counter log:
Click Start, point to Programs, point to Administrative Tools, and then click Performance.

Double-click Performance Logs and Alerts in the console tree, and then click Counter Logs.

Double-click the log that you want to configure in the right details pane.

Click the Log Files tab, and then specify the options that you want by performing any of the following steps:

Accept the default location or specify the location that you want for the log file in the Log file name box, and then specify the log file name options that you want.

Specify the format that you want for the log file in the Log file type box. For example, Binary File.

Specify whether you want to limit the size of the log file in the Log file size box.

Click the Schedule tab, and then use the following steps:
To configure logging in the Start log box:

To configure the logging to start manually, click Manually (using the shortcut menu).

-or-

To configure the logging to start at a specified time and date, click At, and then specify the time and date that you want the logging to start.

Use the following steps to configure the information in the Stop log box:

Click Manually (using the shortcut menu) to manually stop the logging.

-or-

Click After, and then specify a period of time after which the logging automatically stops.

-or-

Click At, and then specify the time and date that you want the logging to stop.

-or-

Click When the size log file is full, where size is the log file size limit that you set on the Log Filestab. This option is available only if you specify a log file size limit in the Limit of box on the Log Filestab.

Specify the option that you want (if any) in the When a log file closes box.

Click OK.

How to Choose Counters

There are hundreds of counters from which you can choose to monitor server activity. The following list describes the counters that are useful for monitoring the load on your Web server, and provides ideal values for each.

Object or counterIdeal value
Memory or pages per secondZero to 20 (indicates trouble if over 80)
Memory or available bytesAt least 4 megabytes (MB)
Memory or committed bytesNot more than 75 percent of physical memory size
Memory or pool nongpaged bytesSteady (a slow rise may indicate a memory leak)
Processor or percent of processor timeLess than 75 percent
Processor or system processor queue lengthLess than 2
Disk (logical or physical) or percent disk timeAs low as possible
Disk (logical or physical) or queue lengthLess than 2
Disk (logical or physical) or average disk bytes per transferAs high as possible
IIS global or cache hits percentAs high as possible
Web service or bytes total per secondAs high as possible
ASP or request wait timeAs low as possible
ASP or requests queuedZero
ASP or transactions per secondAs high as possible


Back to the top
| Give Feedback



REFERENCES

For more information about how to create and use counter logs in which to monitor server performance, click the following article numbers to view the articles in the Microsoft Knowledge Base:
248345 How to create a log using System Monitor in Windows
238145 How to monitor bandwidth throttling
For additional information about how to enable IIS logging, click the article number below to view the article in the Microsoft Knowledge Base:
300390 How To Enable IIS Logging Site Activity
For more information about how to optimize IIS, click the following article numbers to view the articles in the Microsoft Knowledge Base:
308186 How to optimize Web server performance in Windows 2000
305313 Optimizing Internet Information Services 5.0
For more information, click the following article number to view the article in the Microsoft Knowledge Base:
323312 How to create an IIS baseline by using performance log analysis
For more information about how to gather individual baseline information, click the following article numbers to view the articles in the Microsoft Knowledge Base:
323314 How to create an IIS baseline by using the Memory object
323315 How to create an IIS baseline by using the Processor object
323316 How to create an IIS baseline by using the Active Server pages object
323317 How to create an IIS baseline by using the Web service object


Back to the top
| Give Feedback



Properties

Article ID: 313064 - Last Review: February 5, 2007 - Revision: 3.4

APPLIES TO

Microsoft Internet Information Services 5.0

Keywords:

kbenv kbhowto kbhowtomaster KB313064
Retired KB Content Disclaimer
This article was written about products for which Microsoft no longer offers support. Therefore, this article is offered "as is" and will no longer be updated.



Back to the top
| Give Feedback



Give Feedback

Provide feedback on this information

Did this information solve your problem?

Yes
No
I don't know
Was this information relevant?

Yes
No
How much effort did you personally put forth to use this article?

Very low
Low
Moderate
High
Very high
What can we do to improve this information?

To protect your privacy, do not include contact information in your feedback.



Back to the top


内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐