Skip to main content
Version: 7.9

Connections - Databases

Databases

The Databases page shows a list of configured databases, and if they have a valid connection or not. Clicking on the Details button to the right of a connection will either show the full error if the connection is faulted, or it will bring you to a details screen for that database connection. On the details screen, you can easily see any active queries, long running queries, the number of queries a second that are running, as well as a trend showing the percentage of queries that completed in that time.

Connections list with databases

Databases Page

The main database page contains some useful information about all of your database connections.

AttributesDescription
Valid ConnectionsNumber of valid connections.
Total ThroughputNumber of queries and their status.
NameName of the query.
DriverName of the driver.
StatusCurrent status of the database connection.

Connections Database Page

Database Connection Details

The details page for an individual connection provides more in-depth information for that particular database connection.

Database Stats - Stats About the Database Connection

AttributeDescription
ConnectionsNumber of database connections out of configured databases.
Queries/SecNumber of queries running per second along with a trend showing the percentage of queries that completed in that time.

Active Queries - A List of Currently Active Queries

AttributeDescription
QueryCurrently running queries.
StartedWhen the query was started.
ActionsThe ability to cancel a query.

Longest Recent Queries - A List of the Longest Running Queries

AttributeDescription
QueryDisplay the actual query.
DurationAmount of time the query ran.
StartedWhen the query started running.

Connections Individual Database Page