Contains information about all the currently active gateway client connections.
| Column | Type | Description |
|---|---|---|
| Handle | long | A unique integer ID of the connection. |
| user_name | string | The user name to log in to the connection, shown once the user is authenticated. |
| IP | string | The address of the client machine. |
| host | string | The symbolic host name of the client machine, if available. If not available, host is the IP address of the client machine. |
| port | integer | The TCP port number from which the connection originates. |
| login_time | timestamp | The time the server accepts (but does not authenticate) the connection, in GMT. |
| conn_tag | string | The user-set symbolic connection tag name. If not set by the user, conn_tag is NULL. |