monCIPC

Description

monCIPC provides summary figures for total messaging within the cluster, as viewed from the current instance or all instances. This monitoring table is available only for Adaptive Server Cluster Edition.

One row is returned in the monCIPC table for each instance in the cluster, if the system view is set to cluster; otherwise, a single row is returned for the instance on which the query is executed.

NoteYou need not enable any configuration parameters for this monitoring table to collect data.

Columns

Name

Datatype

Description

InstanceID

tinyint

ID of the instance within the cluster

ReceivedCount

int

Number of messages received by this instance

TransmitCount

int

Number of messages sent by this instance

Multicast

int

Number of messages sent that were addressed to all other instances in the cluster

Synchronous

int

Number of those messages sent synchronously

ReceiveSoftErrors

int

Number of recoverable errors received on this instance

ReceiveHardErrors

int

Number of unrecoverable errors received on this instance

TransmitsSoftErrors

int

Number of recoverable transmit errors on this instance

TransmitHardErrors

int

Number of unrecoverable transmit errors on this instance

Retransmits

int

Number of retransmissions performed by this instance

Switches

int

Number of switches between the primary interconnect network and the secondary interconnect network

FailedSwitches

int

Number of attempts to switch between primary and secondary interconnect networks that failed