Re: Postgres capacity planning.

From: Muhammad Usman Khan <usman(dot)k(at)bitnine(dot)net>
To: Daulat <daulat(dot)dba(at)gmail(dot)com>
Cc: pgsql-admin <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: Re: Postgres capacity planning.
Date: 2024-10-24 03:17:24
Message-ID: CAPnRvGvVFHBmn=zay6G289A=8G1-83Gb-gOtLwVjtFEGfpCJLw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(dot)dba(at)gmail(dot)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.
>
>
>

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Muhammad Ikram 2024-10-24 12:23:38 Re: Correcting sequence in a table
Previous Message shammat 2024-10-23 20:28:24 Re: Correcting sequence in a table