Reading performance statistics from the logs

If ITP/Server is configured to log progress information (level two or higher), job statistics are written to the itpserver.log file. This information can help to analyze the performance and load of the ITP/Server configuration.

The statistics can be identified by the prefix STATS: on the line. Information is written as 'KEY[VALUE]' pairs.

Annotated example
16:19:31.890[2] ITPDP [Sample] #1@HOST: STATS:
SUB[16:19:08.734] STR[16:19:08.734] END[16:19:31.890] ID[StH] OL[0] SRV[Test] STS[4] IID[3]

This status line contains the following information:

Timing for a job can be derived from this information:

All times in the STATS: line are based on a 24-hour clock, read from the clock of the computer hosting the ITPServer service. The frequency of this clock is 60Hz, causing timings to be accurate to approximately 15-16 millisecond intervals.

Processing STATS: lines

The STATS: line is intended for automated processing. Applications which parse this line must adhere to the following guidelines: