Displays a snapshot of the aggregate statistics of internode communication (INC) status since server startup as of the moment of execution.
Multiplex only.
You must have EXECUTE privilege on the system procedure, as well as the MANAGE ANY STATISTICS system privilege.
Returns:
Column Name |
Data Type |
Description |
---|---|---|
stat_name |
char(128) |
INC statistics name |
stat_value |
unsigned integer |
INC statistics value |
Value |
Description |
---|---|
NumSuspendedINC |
Number of suspended INC connections since server startup |
NumResumedINC |
Number of resumed INC connections since server startup |
NumDroppedSuspendedINC |
Number of dropped INC connections that have been suspended (on coordinator only) |
NumSuspendedTxnRollbackINC |
Number of rolled back global DML transactions due to INC failure (on writer only) |