Re: Better, consistent instrumentation for postgreSQL using a similar API as Oracle

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Thomas Kellerer <shammat(at)gmx(dot)net>
Cc: pgsql-performance(at)lists(dot)postgresql(dot)org
Subject: Re: Better, consistent instrumentation for postgreSQL using a similar API as Oracle
Date: 2021-10-08 15:40:23
Message-ID: 20211008154023.GC31533@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Fri, Oct 8, 2021 at 05:28:37PM +0200, Thomas Kellerer wrote:
> Bruce Momjian schrieb am 08.10.2021 um 17:21:
> > However, I also need to ask how the wait event information, whether
> > tracing or sampling, can be useful for Postgres because that will drive
> > the solution.
>
> I guess everyone will use that information in a different way.
>
> We typically use the AWR reports as a post-mortem analysis tool if
> something goes wrong in our application (=customer specific projects)
>
> E.g. if there was a slowdown "last monday" or "saving something took minutes yesterday morning",
> then we usually request an AWR report from the time span in question. Quite frequently
> this already reveals the culprit. If not, we ask them to poke in more detail into v$session_history.
>
> So in our case it's not really used for active monitoring, but for
> finding the root cause after the fact.
>
> I don't know how representative this usage is though.

OK, that's a good usecase, and something that certainly would apply to
Postgres. Don't you often need more than just wait events to find the
cause, like system memory usage, total I/O, etc?

--
Bruce Momjian <bruce(at)momjian(dot)us> https://momjian.us
EDB https://enterprisedb.com

If only the physical world exists, free will is an illusion.

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Julien Rouhaud 2021-10-08 15:59:03 Re: Better, consistent instrumentation for postgreSQL using a similar API as Oracle
Previous Message Thomas Kellerer 2021-10-08 15:28:37 Re: Better, consistent instrumentation for postgreSQL using a similar API as Oracle