Re: pg_stat_bgwriter

Поиск
Список
Период
Сортировка
От Justin Pryzby
Тема Re: pg_stat_bgwriter
Дата
Msg-id 20191014221602.GL3599@telsasoft.com
обсуждение исходный текст
Ответ на Re: pg_stat_bgwriter  (Tomas Vondra <tomas.vondra@2ndquadrant.com>)
Ответы Re: pg_stat_bgwriter
Список pgsql-performance
On Mon, Oct 14, 2019 at 08:18:47PM +0200, Tomas Vondra wrote:
> Note: FWIW, a single snapshot of pg_stats* may be misleading, because
> it's cumulative, so it's not clear how accurately it reflects current
> state. Next time take two snapshots and subtract them.

For bonus points, capture it with timestamp and make RRD graphs.

I took me awhile to get around to following this advice, but now I have 12+
months of history at 5 minute granularity across all our customers, and I've
used my own implementation to track down inefficient queries being run
periodically from cron, and notice other radical changes in writes/reads

I recall seeing that the pgCluu project does this.
http://pgcluu.darold.net/

Justin



В списке pgsql-performance по дате отправления:

Предыдущее
От: dangal
Дата:
Сообщение: Re: pg_stat_bgwriter
Следующее
От: Tomas Vondra
Дата:
Сообщение: Re: pg_stat_bgwriter