PdbiConnections |
The number of PDBI client connections currently established. A single connection includes a client having successfully established a TCP/IP connection, sent a PDBI connect message, and having received a successful response. |
PdbiMsgsDiscarded |
The number of PDBI messages discarded per second. PDBI messages being discarded is due to the connection being shutdown, server being shutdown, server’s role switching from active to standby, or transaction not becoming durable within the allowed amount of time. |
PdbiMsgsFailed |
The number of PDBI messages that have failed to be processed due to errors per second. |
PdbiMsgsImported |
The number of PDBI messages imported per second. |
PdbiMsgsReceived |
The number of PDBI messages that have been received per second. |
PdbiMsgsSent |
The number of PDBI messages sent per second. |
PdbiMsgsSuccessful |
The number of PDBI messages that have been successfully processed per second. |
PdbiTxnAborted |
The number of PDBI transactions aborted per second. |
pdbiTxnActive |
The number of PDBI transactions that are currently active (Normal transaction mode only). |
PdbiTxnCommitted |
The number of PDBI transactions that have been successfully committed per second to the database (memory and on disk) on the active server of the primary NOAM cluster. |
PdbiTxnFailed |
The number of PDBI transactions that have failed to be started, committed, or aborted due to errors per second. |
PdbiTxnNonDurable |
The number of transactions that have been committed, but are not yet durable. Responses for the associated requests are not sent until the transaction has become durable. |