Feature
This view displays information about tenant-level statistical events on the current server.
Fields
| Field | 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: |
| STAT_ID | bigint(20) | NO | The ID of the statistical event. |