monCIPCEndpoints

Description

monCIPCEndpoints provides a detailed summary, giving traffic data for each bsystem within the cluster instance.

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, which have been 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

MaxRecvQTime

float

Maximum time (in milliseconds) a message spends in the queues of the current logical end point.

AvgRecvQTime

float

Average time (in milliseconds) a message spends in the queues of the current logical end point.

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.

Required parameters

None