percona / pg_stat_monitor

Query Performance Monitoring Tool for PostgreSQL
https://docs.percona.com/pg-stat-monitor/
Other
467 stars 58 forks source link

Create Test case to compare PGSS and PGSM data #405

Closed dutow closed 1 year ago

dutow commented 1 year ago

Need to implement test case to compare the data between PGSS and PGSM against a common workload and run, and then compare the different columns/values for consistency. Configuration for pgbench that will be used are as follows

Setup: pgbench -i -s 100 example Load: pgbench -c 10 -j 2 -t 10000 example

https://jira.percona.com/browse/PG-349

Naeem-Akhter commented 1 year ago

This has already been implemented via testcase. So closing the ticket.