|
Measures reported by JDBC2Test
This test reports the time taken by BES for performing JDBC2 related activities.
The measures made by this test are as
follows:
| Measurement |
Description |
Measurement
Unit |
Interpretation |
| Jdbc2GetCon |
Time spent in the Jdbc2 datasource to get a pooled connection |
Secs
|
  |
| Jdbc2NewCon |
Time spent in the Jdbc2 datasource to get a new connection (startup cost only) |
Secs
|
  |
| Jdbc2RegRes |
Time spent in the Jdbc2 datasource to register a transaction resource in transaction service |
Secs |
  |
| Jdbc2NewXaCon |
Time spent in the Jdbc2 datasource to get a new XA-enabled connection (startup cost only) |
Secs
|
  |
| Jdbc2XaStart |
Time spent in the Jdbc2 datasource, starting a transaction branch |
Secs
|
  |
| Jdbc2XaEnd |
Time spent in the Jdbc2 datasource to end a transaction branch. |
Secs |
  |
|