On database dashboard, there is chart for "Transactions per second". However, it only shows correct numbers, if you have refresh rate 1s (which is not default, default is 5s). Otherwise it shows transactions per refresh interval.
Steps to reproduce the behavior:
- Start any consistent workload, for example 10 queries/s
- Go to database dashboard for that database
- "Transactions per second" will show 50 (if you have default refresh interval of 5s)
- Go to preferences, dashboard, refresh intervals, set 1s
- Look at dashboard again, it will show correctly 10
Expected behavior
Metric "Transactions per second" should be normalized for sampling rate, so it always show Transactions per second
pgAdmin version 9.16
On database dashboard, there is chart for "Transactions per second". However, it only shows correct numbers, if you have refresh rate 1s (which is not default, default is 5s). Otherwise it shows transactions per refresh interval.
Steps to reproduce the behavior:
Expected behavior
Metric "Transactions per second" should be normalized for sampling rate, so it always show Transactions per second
pgAdmin version 9.16