Usage
Use this transaction log definition file to manage the volume of Web transactions if the default settings have not been changed since Internet Information Services 7.0/7.5 was installed on the Web server (that is, if the log file format has not been changed).
Storage directory
<Installation directory>\sample\tlawatch.ini.<OS name>_iis7 |
Settings in the sample file
# Microsoft Internet Information Server 7.0 (Microsoft Log Format) sample [RequestLog] Service=www1 Type=web Path="C:\inetpub\logs\LogFiles\W3SVC1\u_ex*.log" Format="s-time{yyyy-mm-dd HH:MM:SS} * s-method s-path * * * * * s-status * * s-elapse{ms}" TimeZone=0000 |
Content of the settings in the sample file
Definition item | Parameter | Sample value | Value to change according to the environment |
---|---|---|---|
Identifier for the log to be analyzed | Service | www1 | |
Type of server to be analyzed | Type | web | |
Path to the analysis log file | Path | C:\inetpub\logs\LogFiles\W3SVC1\u_ex*.log | Change this value if the path to the log file to be analyzed is not the same as the path listed on the left. |
Recording format used in the analysis log file | Format | s-time{yyyy-mm-dd HH:MM:SS} * s-method s-path * * * * * s-status * * s-elapse{ms} | |
Time zone for the time data recorded in the log file to be analyzed | TimeZone | 0000 |