Feature
This view displays the memory usage of each tenant in the cluster.
Fields
| Field | Type | Nullable | Description |
|---|---|---|---|
| TENANT_ID | bigint(20) | NO | The ID of the tenant. |
| SVR_IP | varchar(46) | NO | The IP address of the server. |
| SVR_PORT | bigint(20) | NO | The port number of the server. |
| HOLD | bigint(20) | NO | The memory used by the tenant. |
| FREE | BIGINT(21) | NO | The memory available for the tenant. |