Select the product you need help with
Description of the time-taken field in IIS 6.0 and IIS 7.0 HTTP loggingArticle ID: 944884 - View products that this article applies to. INTRODUCTIONThis article describes the functionality of the time-taken field in Internet Information Services (IIS) 6.0 and IIS 7.0 HTTP logging. MORE INFORMATIONBy default, IIS logs HTTP site activity by using the W3C Extended log file format. You can use IIS Manager to select the fields to include in the log file. One of these fields is the time-taken field. The time-taken field measures the length of time that it takes for a request to be processed. The client-request time stamp is initialized when HTTP.sys receives the first byte of the request. HTTP.sys is the kernel-mode component that is responsible for HTTP logging for IIS activity. The client-request time stamp is initialized before HTTP.sys begins parsing the request. The client-request time stamp is stopped when the last IIS response send completion occurs. Beginning in IIS 6.0, the time-taken field typically includes network time. Before HTTP.sys logs the value in the time-taken field, HTTP.sys usually waits for the client to acknowledge the last response packet send operation or HTTP.sys waits for the client to reset the underlying TCP connection. Therefore, when a large response or large responses are sent to a client over a slow network connection, the value of the time-taken field may be more than expected. Note The value in the time-taken field does not include network time if one of the following conditions is true:
REFERENCES
For more information, click the following article number to view the article in the Microsoft Knowledge Base:
324279 For more information about the W3C Extended log file format, visit the following Microsoft TechNet Web site:
(http://support.microsoft.com/kb/324279/
)
How to configure Web site logging in Windows Server 2003
http://technet2.microsoft.com/windowsserver/en/library/c9ae63eb-24da-4f19-80b9-2610b4e6dcab1033.mspx?mfr=true
(http://technet2.microsoft.com/windowsserver/en/library/c9ae63eb-24da-4f19-80b9-2610b4e6dcab1033.mspx?mfr=true)
PropertiesArticle ID: 944884 - Last Review: March 18, 2010 - Revision: 2.0
|


Back to the top








