Active Queries¶
Displays a count of currently executing queries and the average execution threads per query.
The warning (-w) and critical (-c) thresholds are applied to the active query count; if active query count exceeds the critical threshold, a critical alert is raised. If active query count exceeds the warning threshold, a warning alert is raised. For more information, see Service Statuses.
The detail section displays query execution statistics for the preceding 1 minute, 5 minutes, and 15 minutes. Queries is a count of queries that finished executing in the specified time frame. Execution Time is the minimum, median, and average per-query execution time for that collection of queries. Parallelism is the minimum, median, and maximum execution threads per query.
As a general rule, lightly loaded environments will have median parallelism relatively close to the maximum. As the overall load increases the gap between median and max will increase as well.