ページの先頭行へ戻る
Systemwalker Service Quality CoordinatorV15.2.4 使用手引書

3.4.3 トランザクションログ定義ファイル(Internet Information Services 8.0/8.5/10.0)

■使用用途

WebサーバがInternet Information Services 8.0/8.5/10.0のインストール後のデフォルトの場合(ログファイル形式を変更していない場合)にWebトランザクション量を管理するために使用します。


■格納ディレクトリ

<インストールディレクトリ>\sample\tlawatch.ini.<OS名>_iis8


■サンプルファイルの設定値

# Microsoft Internet Information Server 8.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


■サンプルファイルの設定値の内容

定義項目

パラメーター

サンプルの値

環境によって変更する値

分析対象ログの識別名

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