Previous Topic: CA DataMinder Infrastructure ReplicationNext Topic: CA DataMinder Infrastructure Service


CA DataMinder Infrastructure DB Connections

The following counters are relevant to each instance of JDBC connection used by the infrastructure:

Next calls

The number of 'Next calls' that have been made on this JDBC Connection.

Next calls/sec

The number of 'Next calls' per second that have been executed on this JDBC connection.

Next elapsed time (ms)

The total elapsed time spent calling ResulSet.next() in milliseconds.

Query executions

The number of executed queries on this JDBC connection.

Query executions/sec

The number of executed queries per second on this JDBC connection.

Statement executions

The number of queries and updates that have been executed on this JDBC connection.

Statement executions/sec

The number of queries and updates per second that have been executed on this JDBC connection.

Update elapsed time (ms)

The total elapsed time calling ExecuteUpdate() in milliseconds.

Update executions

The number of updates (SQL insert/update and delete operations) that have been executed on this JDBC connection.

Update executions/sec

The number of updates (SQL insert/update and delete operations) per second that have been executed on this JDBC connection.