-
Notifications
You must be signed in to change notification settings - Fork 27
Description
Component
Full Dashboard
Performance Monitor Version
1.1.0
SQL Server Version
SQL Server 2019 CU 32
Windows Version
Windows Server 2025
Describe the Bug
In Queries → Procedure Stats, the Executions column shows a numeric value. When double‑clicking a row, the Procedure Execution History window opens and displays the individual samples.
At the top of that window, the summary section also shows Total Executions, which displays the same number as in the main grid. However, this value actually reflects the maximum value found in the Executions column — not the sum of all executions collected during the monitoring period.
Steps to Reproduce
- Open dashboard
- Choose a server
- Go to Queries tab
- Go to Procedure Stats tab
- Double click on a line
Expected Behavior
Total Executions should represent the sum of all execution counts recorded in the samples grid for the selected procedure within the collection window.
The value displayed in the summary should accurately reflect the aggregated execution count, not the maximum value.
Actual Behavior
In Queries → Procedure Stats, the Executions column displays a numeric value.
When double‑clicking a row, the Procedure Execution History window opens and shows the individual samples.
In the summary section at the top, Total Executions shows the same value as the Executions column from Procedure Stats.
However, this value represents the maximum executions value found in the samples grid — not the total number of executions recorded during the collection period.
Error Messages / Log Output
Screenshots
No response
Additional Context
No response