3.3.4.4.4.2 Check Commonly Used Metrics
The following lists the commonly used transaction monitoring plug-in routine metrics.
Table 3-13 Transaction Monitoring Plug-in Routine Metrics
| Field Name | Type | Description |
|---|---|---|
TA_MONXANAME
|
string | The routine name of a XA transaction, such as “tpbegin”, “xa_commit” etc. |
TA_MONXACODE
|
long | The routine return code |
TA_MONEXECTIME
|
long | The routine execution time in millisecond. |
TA_MONRMID
|
long | The resource manager instance ID. It only applies to xa_xxx calls |
TA_MONLGTRID
|
string | The global transaction ID of current transaction |
TA_MONRGTRID
|
string | The parent transaction’s GTRID. It only applies to GWTDOMAIN when it is a network subordinator. |
TA_MONLOCATION
|
string | The process location of current process. It has same meaning in call path monitoring. |
Parent topic: Transaction Monitoring Plug-in Routine