Re: Performance Reports - Mailing list pgsql-admin

From Julien Rouhaud
Subject Re: Performance Reports
Date
Msg-id CAOBaU_YPYwBj99gPvKF08nbtFRz+WKWtUuZdgfX2ibeSELTK9w@mail.gmail.com
Whole thread Raw
In response to Performance Reports  (Ankush Chawla <ankushchawla03@gmail.com>)
Responses Re: Performance Reports  (Amine Tengilimoglu <aminetengilimoglu@gmail.com>)
List pgsql-admin
Hi,

On Thu, Apr 30, 2020 at 11:15 AM Ankush Chawla <ankushchawla03@gmail.com> wrote:
>
> hi Team
>
> newbie to postgres from Oracle
> I am wondering if there is any thing such as AWR report which can give a generic picture of events happening in the
databasecausing performance issues
 
> or any kind of snapshots for particular time period
> Statistics from table are generally a summarized detail since cluster startup
> Issue faced at particular time interval is not

If you're interested in the wait events you should also look at
pg_wait_sampling (https://github.com/postgrespro/pg_wait_sampling/).
You can also look at powa (https://powa.readthedocs.io/en/latest/) to
take regular snapshot of various datasources (pg_stat_statements,
pg_wait_sampling and others, depending on your needs) and display some
reports on a custom UI.



pgsql-admin by date:

Previous
From: Priancka Chatz
Date:
Subject: Re: Performance Reports
Next
From: Amine Tengilimoglu
Date:
Subject: Re: Performance Reports