Feature
This view displays the usage of PX threads on all OBServer nodes.
Fields
| Field | Type | Nullable | Description |
|---|---|---|---|
| SVR_IP | varchar(46) | NO | The IP address of the local OBServer. |
| SVR_PORT | bigint(20) | NO | The port number of the local OBServer. |
| TENANT_ID | bigint(20) | NO | The ID of the tenant. |
| IS_LEADER | varchar(1) | NO | Indicates whether the replica is the leader replica of the dummy table. |
| VERSION | bigint(20) unsigned | NO | The number of times that statistics collection is reinitiated. |
| PEER_IP | varchar(46) | NO | The IP address of the peer OBServer. |
| PEER_PORT | bigint(20) | NO | The port number of the peer OBServer. |
| PEER_TARGET | bigint(20) | NO | The total number of PX threads on the peer OBServer. |
| PEER_TARGET_USED | bigint(20) | NO | The number of used PX threads on the peer OBServer. |
| LOCAL_TARGET_USED | bigint(20) | NO | The number of peer PX threads used by the local OBServer. |
| LOCAL_PARALLEL_SESSION_COUNT | bigint(20) | NO | The number of sessions being concurrently executed on the local OBServer. |