Re: Question about buffers_alloc in pg_stat_bgwriter view formonitoring

Поиск
Список
Период
Сортировка
От Gunnar \"Nick\" Bluth
Тема Re: Question about buffers_alloc in pg_stat_bgwriter view formonitoring
Дата
Msg-id 1a00e942-e7c6-8e4d-afec-4b1befd5688d@pro-open.de
обсуждение исходный текст
Ответ на Question about buffers_alloc in pg_stat_bgwriter view for monitoring  (Alvar Freude <alvar@a-blast.org>)
Ответы Re: Question about buffers_alloc in pg_stat_bgwriter view formonitoring
Re: Question about buffers_alloc in pg_stat_bgwriter view formonitoring
Список pgsql-general
Am 28.03.2018 um 23:38 schrieb Alvar Freude:
> Hi all,
>
> Can someone tell me, what the value of buffers_alloc in the pg_stat_bgwriter view
(https://www.postgresql.org/docs/current/static/monitoring-stats.html#PG-STAT-BGWRITER-VIEW)is exactly? Is this the
amountof shared buffers used by the bgwriter? 

As I had to research that anyway, there's no reason not to write this
down here as well... (probably simplified, but I'm quite confident the
information is correct ;-):

Whenever a buffer is allocated, a global counter is incremented (see
"StrategyGetBuffer" in storage/buffer/freelist.c. That counter is used
by the BGWriter to determine its own wakeup/hibernate strategy, and
on-the-fly written to the global stats.

Thus, buffer_alloc is the global count of buffers allocated in the
cluster. That it appears in the bgwriter statistics is more or less
coincidental.

Best regards,
--
Gunnar "Nick" Bluth
RHCE/SCLA

Mobil +49 172 8853339
Email: gunnar.bluth@pro-open.de
_____________________________________________________________
In 1984 mainstream users were choosing VMS over UNIX.
Ten years later they are choosing Windows over UNIX.
What part of that message aren't you getting? - Tom Payne



Вложения

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

Предыдущее
От: David Rowley
Дата:
Сообщение: Re: Bad Query Plans on 10.3 vs 9.6
Следующее
От: Ben Madin
Дата:
Сообщение: Re: Postgresql 9.3 Server will not start after Ubuntu Upgrade