pgSentinel (@pg_sentinel) 's Twitter Profile
pgSentinel

@pg_sentinel

pgSentinel, an open-source monitoring and troubleshooting tool for #postgresql - github.com/pgsentinel - Stay tuned....

ID: 987343082311049216

link calendar_today20-04-2018 14:51:49

59 Tweet

173 Followers

49 Following

pgSentinel (@pg_sentinel) 's Twitter Profile Photo

Sharing some sql scripts to retrieve information from the pg_active_session_history view: github.com/pgsentinel/pg_… PostgreSQL recursive query + window function + pg_active_session_history view provide valuable insights #PostgreSQL #postgres

Bertrand Drouvot (@bertranddrouvot) 's Twitter Profile Photo

Sharing sql scripts to retrieve information from the pg_active_session_history view: github.com/pgsentinel/pg_… & a post as example: bdrouvot.wordpress.com/2018/09/01/act… PostgreSQL recursive query + window function + pg_active_session_history provide valuable insights #PostgreSQL #postgres

pgSentinel (@pg_sentinel) 's Twitter Profile Photo

Some examples of pg_active_session_history insights in PostgreSQL (avg number of sessions on cpu per second, top 10 application, top 10 queryid on cpu, top 10 queryid waiting on IO and so on): github.com/pgsentinel/pg_… #postgres #postgresql

Some examples of pg_active_session_history insights in <a href="/postgresql/">PostgreSQL</a> (avg number of sessions on cpu per second, top 10 application, top 10 queryid on cpu, top 10 queryid waiting on IO and so on): github.com/pgsentinel/pg_… 
#postgres #postgresql
pgSentinel (@pg_sentinel) 's Twitter Profile Photo

You can now beta test the pgsentinel extension (providing active session history feature): github.com/pgsentinel/pgs… on PostgreSQL 9.6 or higher (was >= 10 previously) #postgres #postgresql

Franck Pachot (@franckpachot) 's Twitter Profile Photo

Jan Karremans hydrobiont @postgresql EDB Data Egret | PostgreSQL support And this demonstrates why pg_active_session_history is a must to link together many of those components beyond their isolated statistics /cc pgSentinel github.com/pgsentinel/pgs…

pganalyze (@pganalyze) 's Twitter Profile Photo

Peter Eisentraut (via @2ndQuad) shows us how to "Upgrade to #PostgreSQL 11 with Logical Replication" - good read! Thanks Peter! ed.gr/0v8o

Jan Karremans (@johnnyq72) 's Twitter Profile Photo

Check out this Meetup: une journée avec Jan Karremans (EDB) et Bertrand Drouvot (Digora) meetup.com/parisoracle/ev… #Meetup #Colombes via Meetup Travel and stay booked!! See you there!! Yves Colin Bertrand Drouvot

Franck Pachot (@franckpachot) 's Twitter Profile Photo

Looks like I'll demo some @kevinclosson #pgio and Bertrand Drouvot #pgSentinel at #PostgresLondon 2019 🇬🇧 🐘 - the tools and methods for #PostgreSQL that come from the Oracle DBA experience... postgreslondon.org/#schedule

Looks like I'll demo some @kevinclosson #pgio and <a href="/BertrandDrouvot/">Bertrand Drouvot</a> #pgSentinel at #PostgresLondon 2019 🇬🇧 🐘 - the tools and methods for #PostgreSQL that come from the Oracle DBA experience... postgreslondon.org/#schedule
Bertrand Drouvot (@bertranddrouvot) 's Twitter Profile Photo

Coming soon in pgSentinel: in memory sampling of pg_stat_statements (only for queryid currently linked to an active session). Then use window functions to compute the delta (see pic as example) of the queryid stats.

Coming soon in <a href="/Pg_Sentinel/">pgSentinel</a>: in memory sampling of pg_stat_statements (only for queryid currently linked to an active session). Then use window functions to compute the delta (see pic as example) of the queryid stats.
Bertrand Drouvot (@bertranddrouvot) 's Twitter Profile Photo

The pgsentinel extension (providing active session history for #PostgreSQL): github.com/pgsentinel/pgs… is now #PostgreSQL13 aware (It takes into account new fields that have been added in pg_stat_activity and pg_stat_statements)