Overview
gv$sysstat displays tenant-level statistics events on all OBServers.
Related tables/views
__all_virtual_sysstat
Field description
| Field name | Type | Nullable | Description |
|---|---|---|---|
| CON_ID | bigint(20) | No | The ID of the tenant. |
| SVR_IP | varchar(32) | No | The IP address of the OBserver where the information is stored. |
| SVR_PORT | bigint(20) | No | The port number of the OBserver where the information is stored. |
| STATISTIC# | bigint(20) | No | The subscript of the statistics event. |
| VALUE | bigint(20) | No | The value of the statistical item. |
| STAT_ID | bigint(20) | No | The ID of the statistics event. |
| NAME | varchar(64) | No | The name of the statistics event. |
| CLASS | bigint(20) | No | The class to which the statistics event belongs. |