Re: [Proposal] Add accumulated statistics for wait event

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [Proposal] Add accumulated statistics for wait event
Date: 2018-07-23 08:20:13
Message-ID: 1532334013158-0.post@n3.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> This proposal is about recording additional statistics&nbsp;of&nbsp;wait
events.
> The pg_stat_activity view is very useful in analysis for performance
> issues.
> But it is difficult to get information of wait events in detail,
> when you need to deep dive into analysis of performance.
> It is because pg_stat_activity just shows the current wait status of
> backend.

There is an extension that samples the information from pg_stat_activity
(similar to Oracle's ASH).

https://github.com/postgrespro/pg_wait_sampling

Maybe it's worthwhile to combine the efforts?

--
Sent from: http://www.postgresql-archive.org/PostgreSQL-hackers-f1928748.html

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Raiskup 2018-07-23 08:28:28 pgcrypto: is PGP_PUB_DSA_SIGN used?
Previous Message Tsunakawa, Takayuki 2018-07-23 08:16:52 RE: [bug fix] Produce a crash dump before main() on Windows