Client connections screen displays list of currently opened connections to Lyftrondata. The list can be refreshed by clicking on the REFRESH button in the top right corner.
Column name | Description |
---|---|
User name | Name of user who opened connection |
Duration | Display for how long connection is open |
Source | Source of connection |
Application | Application for which connection has been opened |
Client host | Host of connection client |
Status | Current status of connection |
Selecting the connection from the list will bring up the panel with connection details.
Client connection details
Client connection details panel shows information about selected connection.
Field name | Description |
---|---|
User name | Name of user who opened connection |
Duration | How long connection is open |
Source | Source of connection |
Application | Application for which connection has been opened |
Client host | Host of connection client |
Status | Current status of connection |
There are also two panels available on the bottom of the screen:
- Active statements - opens list with currently running statements for selected client connection
- Recent statements - opens list with recently finished statements for selected client connection
NOTE: upon first selection of client connection from client connections list, active statements panel will open by default.
Active statements
Active statements screen displays list of currently running statement for selected client connection.
The list can be refreshed by clicking on the REFRESH button in the top right corner.
Column name | Description |
---|---|
Duration | How long statement is running |
Status | Shows current status of running statement |
Statement SQL | SQL of executed statement (the whole SQL is available on statement details screen) |
Actions | Cancel button for running statement |
Clicking the CANCEL button will cancel the running statement. Selecting element from the list will open new panel with details of statement (see running statement for more details).
Recent statements
Recent statements screen displays list of finished statements executed using selected connection.
The list can be refreshed by clicking on the REFRESH button in the top right corner.
Column name | Description |
---|---|
Date | Date and time of execution |
Statement SQL | SQL of executed statement (the whole SQL is available on statement details screen) |
Selecting the element from the list will open a new panel with statement details (see statement details).