Top
Symfoware Server V12.1.0 Operation Guide
FUJITSU Software

G.3.2 Trace Log

Web server input/output information is output to a trace log.

Output destination

The trace log is output to the following file:

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

Output details

Output format

The format of the log output as a trace log is shown below.

[dateTime][processId][threadId]detailedEventInformation

Output items

The following explains the output items in the output format.

Information

The HTTP Keep-Alive feature connection retention time can be checked from the trace log. For the output trace log, the datetime of disc (event when a TCP connection is closed) and send (event when an HTTP response is sent) is checked, and calculated according to the following formula:

httpKeepAliveConnectionRetentionTime= discDatetime - sendDatetime 

Note: When a timeout occurs for a request from the web server to break the TCP connection to the client, if the disconnection notice from the client cannot be received within two seconds, the connection retention time may be two seconds longer than the setting in the KeepAliveTimeout directive..

Output example

 [15/May/2014:11:34:34.550][5144][5157]conn 127.0.0.1:44217=>127.0.0.1:26530
[15/May/2014:11:34:34.550][5144][5157]recv "POST /db01/callstored HTTP/1.1"
[15/May/2014:11:34:34.551][5144][5157]call mod_jk2.c
[15/May/2014:11:34:34.576][5144][5157]rtn  mod_jk2.c(0)
[15/May/2014:11:34:34.576][5144][5157]send 400
[15/May/2014:11:34:34.591][5144][5157]disc