Shows details about currently suspended connections and transactions on the coordinator node.
Multiplex only.
Returns:
| Column Name | Data Type | Description | 
|---|---|---|
| ConnName | char(128) | Connection name | 
| ConnHandle | unsigned integer | Connection identifier | 
| GlobalTxnID | unsigned bigint | Global transaction identifier of active transaction on this connection | 
| MPXServerName | char(128) | Name of the multiplex server where the INC connection originates | 
| TimeInSuspendedState | integer | Total time, in seconds, spent by the connection in suspended state | 
| SuspendTimeout | integer | Suspend timeout, in seconds (2*MPX_LIVENESS_TIMEOUT) |