Feature
This view displays an overview of session-level statistical events.
Fields
| Field | Type | Nullable | Description |
|---|---|---|---|
| SID | bigint(20) | NO | The ID of the session. |
| CON_ID | bigint(20) | NO | The ID of the tenant. |
| SVR_IP | varchar(46) | 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. |
| STATISTICS# | bigint(20) | NO | The subscript of the statistical event. |
| VALUE | bigint(20) | NO | The number of times that the statistical event has happened. |