Re: Performance Reports

From: Amine Tengilimoglu <aminetengilimoglu(at)gmail(dot)com>
To: Ankush Chawla <ankushchawla03(at)gmail(dot)com>, pgsql-admin <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Performance Reports
Date: 2020-04-30 11:38:05
Message-ID: CADTdw-xT5MgPZiq4EUp_vg7VdjLgxrTiMYKQKZr0E=+L-rVmOA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

In addition to the above, you can also use pg_profile extention.
https://github.com/zubkov-andrei/pg_profile

Julien Rouhaud <rjuju123(at)gmail(dot)com>, 30 Nis 2020 Per, 14:31 tarihinde şunu
yazdı:

> Hi,
>
> On Thu, Apr 30, 2020 at 11:15 AM Ankush Chawla <ankushchawla03(at)gmail(dot)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 database causing 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.
>
>
>

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Radoulov, Dimitre 2020-04-30 12:08:28 Re: Performance Reports
Previous Message Julien Rouhaud 2020-04-30 11:30:54 Re: Performance Reports