The following counters are relevant to each instance of JDBC connection used by the infrastructure:
The number of 'Next calls' that have been made on this JDBC Connection.
The number of 'Next calls' per second that have been executed on this JDBC connection.
The total elapsed time spent calling ResulSet.next() in milliseconds.
The number of executed queries on this JDBC connection.
The number of executed queries per second on this JDBC connection.
The number of queries and updates that have been executed on this JDBC connection.
The number of queries and updates per second that have been executed on this JDBC connection.
The total elapsed time calling ExecuteUpdate() in milliseconds.
The number of updates (SQL insert/update and delete operations) that have been executed on this JDBC connection.
The number of updates (SQL insert/update and delete operations) per second that have been executed on this JDBC connection.
Copyright © 2014 CA.
All rights reserved.
|
|