| Measurement |
Description |
Measurement
Unit |
Interpretation |
| Total_active_tx |
Returns the
number of active transactions on the server |
Number |
This metric gives
an idea of the server load. |
| Abandoned_tx_rt |
Returns the rate of transactions that were abandoned |
Trans/Sec |
Typically, the
abandoned transaction rate should be low. |
| App_rollback_tx_rt |
Returns the rate of transactions that were rolled back due to an application
error |
Trans/Sec |
Rollbacks can
occur due to various reasons. Correlate the rollbacks on the
application server with that on the database to isolate the cause of
the rollbacks. |
| Resource_rollback_tx_rt |
Returns the rate of transactions that were rolled back due to a resource error |
Trans/Sec |
|
| Sys_rollback_tx_rt |
Returns the rate of transactions that were rolled back due to an internal system
error |
Trans/Sec |
|
| Timeout_rollback_tx_rt |
Returns the rate of transactions that were rolled back due to a timeout
expiration |
Trans/Sec |
|
| Committed_tx_rt |
Returns the rate of committed transactions |
Trans/Sec |
|
| Heuristics_tx_rt |
Returns the rate of transactions that completed with a heuristic status |
Trans/Sec |
|
| Total_rollback_tx_rt |
Returns the rate of transactions that were rolled back |
Trans/Sec |
A high value
(rate) here would mean that more number of transactions are being
rolled back. |
| Total_tx_rt |
Returns the total
rate of transactions processed. This total includes all committed,
rolled back and heuristic transaction completions. |
Trans/Sec |
|