PostgreSQL Long Queries Test
This test reports the number of queries that are executing for each database. Using this test, you can identify the query that takes too long to execute and thus the resource-intensive queries to a database can be isolated quickly.
Target of the test : PostgreSQL server
Agent deploying the test: An internal/remote agent
Outputs of the test : One set of results for the target PostgreSQL server
Note: If you are monitoring a PostgreSQL server on the AWS EC2 cloud, then make sure that you do not remove 'rdsadmin' from the EXCLUDE DB list. |
Measurement | Description | Measurement Unit | Interpretation |
---|---|---|---|
Number of queries: |
Indicates the number of queries currently executing on the database server that have been running for more time than the configured ELAPSED TIME. |
Number |
The detailed diagnosis for this measure indicates the exact queries and which user is executing the queries. This information can be very useful in identifying queries that may be candidates for optimization. |