Re: Postgres capacity planning. - Mailing list pgsql-admin

From Muhammad Usman Khan
Subject Re: Postgres capacity planning.
Date
Msg-id CAPnRvGvVFHBmn=zay6G289A=8G1-83Gb-gOtLwVjtFEGfpCJLw@mail.gmail.com
Whole thread Raw
In response to Postgres capacity planning.  (Daulat <daulat.dba@gmail.com>)
List pgsql-admin
Hi,

For PostgreSQL capacity planning, you can explore several freeware tools and approaches that help monitor and forecast database resource utilization. Some of the approaches are as follows:
* pgmetrics: A tool used to collects and reports PostgreSQL metrics such as database size, table sizes, buffer cache utilization, index usage etc
* pg_stat_statements: Tracks execution statistics for all SQL queries
* pgCluu: It provides detailed reports and charts based on system statistics and PostgreSQL performance.
* you can use the combination of Prometheus and Grafana
* Pgbadger: It generates performance reports based on log files.


On Wed, 23 Oct 2024 at 17:02, Daulat <daulat.dba@gmail.com> wrote:
Hello Everyone.

Could anyone please suggest any freeware tools, scripts, or ideas for creating a capacity planning solution for a PostgreSQL database? Thank you.


pgsql-admin by date:

Previous
From: shammat@gmx.net
Date:
Subject: Re: Correcting sequence in a table
Next
From: Muhammad Ikram
Date:
Subject: Re: Correcting sequence in a table