Top
Symfoware Server V12.1.0 Operation Guide
FUJITSU Software

G.3.3 Access Log

In HTTP Server 2.2, the access status from the Web browser is output to an access log.

Output destination

The access log is output to the following file:

symfowareServerInstallDir\java/ahs22\plextjava\domain1\logs\accesslog

Output details

Output format

The format of logs output in the default value format for the access log (ahs-analysis) is shown below. Items not specified during access are output as a hyphen "-".

hostName userNameIdentifier userName dateTime "request" statusCode dataTransferVolume ipAddressOfWebServer:portNumber hostHeader processId processingTime requestId

Output items

The following table explains the output items in the output format.

Output item

Output content

hostName

IP address or host name of the client .

userNameIdentifier

Personal user information returned from the client.

userName

User name sent from the client.

dateTime

Datetime at which the request was received from the client.
Output in the format "[day/month/year/:hour:minute:second timeDifferenceFromGMT]".

request

Request content from the client.

statusCode

Code returned to the client.

dataTransferVolume

Amount of data transferred to the client.

ipAddressOfWebServer:portNumber

IP address and port number of the Web server that received the request.

hostHeader

Host header content sent from the client.

processId

Process ID of the process that processed the request.

processingTime

Time from when the request was received until processing was completed.
Output in the format "microsecond".

requestId

Unique ID granted per request

Output example

127.0.0.1 - - [15/May/2014:11:32:17 +0900] "POST /db01/callstored HTTP/1.1" 200 3 127.0.0.1:80 127.0.0.1 5143 26901 -