Note
This view is introduced since OceanBase Database V1.4.
Purpose
The V$SYSSTAT view provides information about tenant-level statistical events on the current server.
Note
When you use this view, enable monitoring by setting the value of system variable enable_perf_event to True.
Columns
| Column | Type | Nullable? | Description |
|---|---|---|---|
| CON_ID | bigint(20) | NO | The ID of the tenant. |
| SVR_IP | varchar(46) | NO | The IP address of the server where the information is located. |
| SVR_PORT | bigint(20) | NO | The port number of the server where the information is located. |
| STATISTIC# | bigint(20) | NO | The subscript of the statistical event. |
| NAME | varchar(64) | NO | The name of the statistical event. |
| CLASS | bigint(20) | NO | The class to which the statistical event belongs. |
| VALUE | bigint(20) | NO | The value of the statistical item. |
| VALUE_TYPE | varchar(16) | NO | The type of the statistical value. Valid values:ADDSET |
| STAT_ID | bigint(20) | NO | The ID of the statistical event. |