Top
Systemwalker Service Quality Coordinator User's Guide
Systemwalker

2.1.1 Definition format

Create the transaction log definition file using the following format.


Syntax

[RequestLog]

Service=service-name

Type=web | proxy

Path=log-path

Format=format-symbol | "format"

TimeZone=timezone

Inclusion=inclusive-record

Point

  • The vertical bars "|" mean "or". That is, either one option or the other can be specified.

  • Blank lines are treated as comments.

  • Lines that start with a hash "#" are treated as comments.


Description

[RequestLog]

Indicates the start of a new definition block and the end of the previous definition block.

Up to 20 definition blocks can be defined.


Note

If the Path statement is not specified appropriately, it may not be possible to detect the latest log file, and analysis may not be possible.

Examples

Definition examples are as follows:

[Windows]

[RequestLog]

Service=www1

Path="C:\WINNT\system32\LogFiles\W3SVC1\ex*.log"

Format="s-time{yyyy-mm-dd HH:MM:SS} * s-method s-url s-status s-bytes"

[UNIX]

[RequestLog]

Service=www2

Type=web

Path=/usr/local/apache/logs/access_log

Format=Common

TimeZone=+0900

Inclusion="/cgi-bin/query.cgi"