메뉴 건너뛰기

Korea Oracle User Group

새소식

pgmetrics 1.15 released

명품관 2023.05.25 13:49 조회 수 : 243

pgmetrics 1.15 released

 

URL : https://www.postgresql.org/about/news/pgmetrics-115-released-2641/

 

pgmetrics의 1.15 버전이 릴리즈되었습니다.

 

pgmetrics는 PostgreSQL 서버에서 300여가지의 metric 정보를 유저가 활용할 수 있게 

가독성 있는 형식으로 수집 리포팅해주는 툴입니다.

자세한 내용은 아래 링크에서 확인해 보시기 바랍니다.

 

https://pgmetrics.io/

 

아래 링크의 내용은 pgmetrics가 생성한 샘플 리포트 내용입니다.

 

https://pgmetrics.io/docs/index.html#example

 

아래는 릴리즈 내용의 원문입니다. 참고하세요

 


 

pgmetrics 1.15 released

Posted on 2023-05-21 by RapidLoop, Inc.
 Related Open Source

Hello All,

We're happy to announce the release of v1.15 of pgmetrics. Changes since the v1.14 release include:

  • New: support for Pgpool 4.x and above. Read more here
  • Support for PgBouncer 1.18, 1.19.
  • Updated dependencies.
  • Performance improvement that drastically reduces the number of queries that pgmetrics makes for databases with large numbers of tables (thanks to Michał Albrycht).
  • Various bug fixes.

You can get the latest release from GitHub.

Thanks to all the people who pitched in with bug reports, suggestions and patches! Keep it coming!

About pgmetrics

pgmetrics is an open-source, zero-dependency, single-binary tool that can collect 350+ metrics from a running PostgreSQL server and display it in easy-to-read text format or export it as JSON and CSV for scripting. It also supports collection from various managed PostgreSQL services (AWS, Azure, GCP) as well as from Citus, PgBouncer, Pgpool and Odyssey.

Learn more at pgmetrics.io, or see a sample report here.

pgmetrics is an open-source project of RapidLoop.

위로