Top
Systemwalker Service Quality Coordinator User's Guide
Systemwalker

2.4.6 Transaction log definition file (Apache HTTP Server [Combined log format])

Usage

Use this transaction log definition file to manage the volume of Web transactions if the log file format for Apache HTTP Server on the Web server is the "Combined" format.


Storage directory

<Installation directory>\sample\tlawatch.ini.<OS name>_apache_combined


Settings in the sample file

[Windows]

# Apache HTTP Server (Combined Log Format) sample

[RequestLog]

Service=www1

Type=web

Path="C:\Program Files\Apache Software Foundation\Apache2.2\logs\access.log"

Format="* * * [s-time{dd/mon/yyyy:HH:MM:SS} *] \"c-request\" s-status s-bytes \"*\" \"*\""

TimeZone=+0900

[UNIX]

# Apache HTTP Server (Combined Log Format) sample

[RequestLog]

Service=www1

Type=web

Path="/var/log/httpd/access_log"

Format="* * * [s-time{dd/mon/yyyy:HH:MM:SS} *] \"c-request\" s-status s-bytes \"*\" \"*\""

TimeZone=+0900


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

[Windows]
"C:\Program Files\Apache Software Foundation\Apache2.2\logs\access.log"

[UNIX]
"/var/log/httpd/access_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{dd/mon/yyyy:HH:MM:SS} *] \"c-request\" s-status s-bytes \"*\" \"*\""

Time zone for the time data recorded in the log file to be analyzed

TimeZone

+0900