monCIPCEndpoints

Description

monCIPCEndpoints provides a detailed summary, giving traffic data for each subsystem within the cluster instance. This monitoring table is available only for Adaptive Server Cluster Edition.One row is returned for each logical endpoint in the instance. If the system view is set to cluster, a set of rows is returned for each node in the cluster.

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 logical endpoint within the cluster

TransmitCount

int

Number of messages sent by this logical endpoint within the instance

ReceiveBytes

int

Number of bytes received by this logical endpoint within the instance

TransmitBytes

int

Number of bytes sent by this logical endpoint within the instance

ReceiveQ

int

Current number of messages queued for this logical endpoint

MaxReceiveQ

int

Maximum number of messages ever observed queued for this logical endpoint

DoneQ

int

Current number of messages for this logical endpoint that were processed and await further action

MaxDoneQ

int

Maximum number of messages ever observed for this logical endpoint, which have been processed and await further action

EndPoint

varchar

Name of CIPC endpoint