Client connections

Client connections screen displays list of currently opened connections to Lyftron. The list can be refreshed by clicking on the REFRESH button in the top right corner.

Client connections

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 connection from the list will bring up the panel with connection details.

Client connection details

Client connection details panel shows information about selected connection.

Client connection details

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 runnings 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.

Client connection active statements

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 running statement. Selecting element from 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.

Client connection recent statements

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 element from the list will open a new panel with statement details (see statement details).