以下是梳理的几个不错的pg 监控工具,方便分析pg的性能问题

pg_stat_statements

http://www.postgres.cn/docs/11/pgstatstatements.html

pg_top

https://github.com/markwkm/pg_top

pg_systat

https://github.com/pg-systat/pg_systat

pg_proctab

https://github.com/markwkm/pg_proctab

pgdash

https://github.com/rapidloop/pgdash

pgmetrics

https://github.com/rapidloop/pgmetrics

pgbadger

https://github.com/darold/pgbadger

pgcluu

https://github.com/darold/pgcluu

pg_buffercache

https://www.postgresql.org/docs/10/pgbuffercache.html

相关文章:

  • 2022-02-28
  • 2021-09-07
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-23
  • 2021-12-10
  • 2022-02-28
  • 2022-12-23
  • 2021-12-03
  • 2021-05-15
  • 2021-05-21
相关资源
相似解决方案