Specific to cluster environments – Tracks the peer coordination module (PCM) client activities in the cluster (for example, the number of fragment that were sent and received), and contains a row for each PCM client.
You do not need to enable any configuration parameters
for this monitoring table to collect data.
The columns for monPCM are:
Column name |
Type |
Attributes |
Description |
---|---|---|---|
InstanceID |
int1 |
Instance ID for which the information is collected |
|
Sent |
int4 |
Number of messages sent per module |
|
Fragments_sent |
int4 |
Number of fragments sent per module |
|
Fragments_received |
int4 |
Number of fragments received per module |
|
Received |
int4 |
Number of messages received per module |
|
Reply |
int4 |
Number of replies received per module |
|
Unicast |
int4 |
Number of unicast messages sent per module |
|
Mulicat |
int4 |
Number of multicast messages sent per module |
|
Sync |
int4 |
Number of synchronous messages sent per module |
|
Async |
int4 |
Number of asynchronous messages sent per module |
|
MinBytes |
int4 |
Minimum number of bytes transferred per message |
|
AvgBytes |
int4 |
Average number of bytes transferred per message |
|
MaxBytes |
int4 |
Maximum number of bytes transferred per message |
|
MinDialog |
int4 |
Minimum length of the dialogues |
|
AvgDialog |
int4 |
Average length of the dialogues |
|
MaxDialog |
int4 |
Maximum length of the dialogues |
|
Dialog |
int4 |
Number of the dialogues |
|
MinTimeSyncApi |
flt4 |
Minimum time spent in PCM API in synchronous mode in the PCM layer per module |
|
AvgTimeSyncApi |
flt4 |
Average time spent in PCM API in synchronous mode in the PCM layer per module |
|
MaxTimeSyncApi |
flt4 |
Maximum time spent in PCM API in synchronous mode in the PCM layer per module |
|
MinTimeAsyncApi |
flt4 |
Minimum time spent in PCM API in asynchonous mode in the PCM layer per module |
|
AvgTimeAsyncApi |
flt4 |
Average time spent in PCM API in asynchronous mode in the PCM layer per module |
|
MaxTimeAsyncApi |
flt4 |
Maximum time spent in PCM API in asynchronous mode in the PCM layer per module |
|
MinTimeCIPCMsgAlloc |
flt4 |
Minimum time spent in cipcmsg allocations in the PCM layer per module |
|
AvgTimeCIPCMsgAlloc |
flt4 |
Average time spent in cipcmsg allocations in the PCM layer per module |
|
MaxTimeCIPCMsgAlloc |
flt4 |
Maximum time spent in cipcmsg allocations in the PCM layer per module |
|
MinTimeCIPCSendCB |
flt4 |
Minimum time spent in cipc_sendcb per module |
|
AvgTimeCIPCSendCB |
flt4 |
Average time spent in cipc_sendcb per module |
|
MaxTimeCIPCSendCB |
flt4 |
Maximum time spent in cipc_sendcb per module |
|
MinTimeCIPCUnicastsmsg |
flt4 |
Minimum time spent in CIPC while sending the unicasts message per module |
|
AvgTimeCIPCUnicastsmsg |
flt4 |
Average time spent in CIPC while sending the unicasts message per module |
|
MaxTimeCIPCUnicastsmsg |
flt4 |
Maximum time spent in CIPC while sending the unicasts message per module |
|
MinTimeCIPCMulticastsmsg |
flt4 |
Minimum time spent in CIPC while sending the multicasts message per module |
|
AvgTimeCIPCMulticastsmsg |
flt4 |
Average time spent in CIPC while sending the multicasts message per module |
|
MaxTimeCIPCMulticastsmsg |
flt4 |
Maximum time spent in CIPC while sending the multicasts message per module |
|
MinTimeClientRecvCB |
flt4 |
Minimum time spent in client receive callback in the PCM layer per module |
|
AvgTimeClientRecvCB |
flt4 |
Average time spent in client receive callback in the PCM layer per module |
|
MaxTimeClientRecvCB |
flt4 |
Maximum time spent in client receive callback in the PCM layer per module |
|
ModuleName |
int4 |
Name of the PCM client |