The syscdr_nif Table
The syscdr_nif table contains information about network connections and the flow of data between Enterprise Replication servers.
Column | Type | Description |
---|---|---|
nif_connid | integer | The CDRID of the peer node |
nif_connname | char(24) | The name (group name) of the peer node |
nif_state | char(24) | The status of the Enterprise Replication network:
|
nif_connstate | char(24) | The connection state:
|
nif_version | integer | The network protocol of this connection used to convert the message formats between dissimilar releases of the server, for example, HCL OneDB™ 7 and HCL OneDB 9 |
nif_msgsent | integer | Number of messages sent to the peer server |
nif_bytessent | integer | Number of bytes sent to the peer server |
nif_msgrcv | integer | Number of messages received from the peer server |
nif_bytesrcv | integer | Number of bytes received from the peer server |
nif_compress | integer | Compression level for communications
|
nif_sentblockcnt | integer | Number of times a flow block request was sent to the peer server to delay sending any further replicated transactions for a short time because the receive queue on the target server is full |
nif_rcvblockcnt | integer | Number of times a flow block request was received from the peer server |
nif_trgsend_stamp1 | integer | Stamp 1 of the last transaction sent to the peer server |
nif_trgsend_stamp2 | integer | Stamp 2 of the last transaction sent to the peer server |
nif_acksend_stamp1 | integer | Stamp 1 of the last acknowledgment sent to the peer server |
nif_acksend_stamp2 | integer | Stamp 2 of last acknowledgment sent to the peer server |
nif_ctrlsend_stamp1 | integer | Stamp 1 of the last control message sent to the peer server |
nif_ctrlsend_stamp2 | integer | Stamp 2 of the last control message sent to the peer server |
nif_syncsend_stamp1 | integer | Stamp 1 of the last sync message sent to the peer server |
nif_syncsend_stamp2 | integer | Stamp 2 of the last sync message sent to the peer server |
nif_starttime | datetime | Time that the connection was established |
nif_lastsend | datetime | Time of the last message sent to the peer server |