Re: [Proposal] Add accumulated statistics for wait event - Mailing list pgsql-hackers

From Thomas Kellerer
Subject Re: [Proposal] Add accumulated statistics for wait event
Date
Msg-id 1532334013158-0.post@n3.nabble.com
Whole thread Raw
List pgsql-hackers
> This proposal is about recording additional statistics of 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


pgsql-hackers by date:

Previous
From: "Tsunakawa, Takayuki"
Date:
Subject: RE: [bug fix] Produce a crash dump before main() on Windows
Next
From: Pavel Raiskup
Date:
Subject: pgcrypto: is PGP_PUB_DSA_SIGN used?