LogTransferStatistics

Specifies whether the DB2 access service records statistics about transfers.

Syntax

LogTransferStatistics=[no | yes]

Default

no

Values

no indicates that the DB2 access service does not record transfer statistics.

yes indicates that the DB2 access service records statistics about each transfer.

Comments

Table 2-5 shows the DB2 access service records transfer statistics.

Table 2-5: LogTransferStatistics data

Log Field Data

Description

Buffer size

The number of bytes in the transfer statement received by the DB2 access service.

Transfer setup time

The elapsed time in seconds from when the DB2 access service receives a transfer statement until it issues the source select against the secondary database. This includes connection time to the secondary database.

Source DBMS processing time

The elapsed time in seconds from when the DB2 access service issues the select part of the transfer statement against the source database until it receives the first result row from the source of the transfer. This includes the time the DB2 access service takes to obtain datatype information for target columns.

Time to transfer rows

The elapsed time in seconds from when the source database returns the first row to the DB2 access service until the last row is inserted into the target of the transfer.

Total processing time

The elapsed time in seconds from when the DB2 access service receives the transfer statement until the last row of the transfer is inserted into the target database.

Number of rows transferred

The number of rows transferred.

Number of conversion errors

The number of rows that contain data conversion errors.

Command type

This is either bulk transfer or template transfer.