(Cluster environments only) Provides a detailed summary, giving traffic data for each subsystem within the cluster instance.
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.
You need not enable any configuration parameters for this monitoring table to collect data.
The columns for monCIPCEndpoints are:
Name |
Datatype |
Description |
---|---|---|
InstanceID |
tinyint |
ID of the instance within the cluster |
ReceiveCount |
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 |
MaxRecvQTime |
real4 |
Maximum time (in milliseconds) a message spends in the queues of the current logical end point. |
AvgRecvQTime |
real4 |
Average time (in milliseconds) a message spends in the queues of the current logical end point. |
EndPoint |
varchar |
Name of CIPC endpoint |