Performance Metric kcml.kdb.transtime
Summary
Time taken to perform a transactionSend Condition
Transaction commitOverview
Produced when the lifetime of a transaction has exceeded the maxtranstime limit from /etc/kcml/msgq.confStatistics
| Name | Type | Description |
|---|---|---|
| chandle | num | Connection handle |
| time | usec | Time taken to perform the transaction |
| retries | count | Transaction retry count |
| status | string | Transaction commit status |
| stack | string | Stack backtrace |
Config
| Name | Description |
|---|---|
| maxtranstime | If a transaction takes longer than this timeout (in seconds) then issue a kcml.kdb.transtime |
General Form
kcml.kdb.transtime,chandle=num,time=usec,retries=count,status=string,stack=stringSee Also:
Performance Metrics