Identifier:db2.conn_rollbacks
Database Object Monitored:Connection
Category:SQL Statement Activity
Description:Total number of rollbacks
Equation:connection.rollback_sql_stmts + connection.int_rollbacks + connection.int_deadlock_rollbacks
Usage Notes:This performance variable is a possible indicator of bad performance, since work performed up to the rollback point is not committed.