Note
This view is introduced since OceanBase Database V4.2.1.
Purpose
The oceanbase.DBA_WR_SYSSTAT view displays details about system statistical items of the current tenant.
Columns
| Column | Type | Nullable? | Description |
|---|---|---|---|
| CLUSTER_ID | bigint(20) | NO | The ID of the cluster. |
| TENANT_ID | bigint(20) | NO | The ID of the tenant. |
| SNAP_ID | bigint(20) | NO | The ID of the snapshot. |
| SVR_IP | varchar(46) | NO | The IP address of the OBServer node. |
| SVR_PORT | bigint(20) | NO | The port number of the OBServer node. |
| STAT_ID | bigint(20) | NO | The ID of the statistical item. |
| VALUE | bigint(20) | YES | The value of the statistical item. |