Skip to content

WIP: Add postgres-checkup to the Docker image [blocked] – DO NOT MERGE

Nikolay Samokhvalov requested to merge add_checkup into master

postgres-checkup can be helpful – if we run it right before workload and right after, we can use all its reports as additional artifacts. K*** reports can be a good substitute to a regular pg_stat_statments/kcache snapshots (in .csv form), when query logging is turned off.

The MR adds postgres-checkup (version 0.9-pre) to the Docker image.

TODO:

  • minimize the size (get rid of .so files?)
  • use it during experiments
Edited by Nikolay Samokhvalov

Merge request reports