Re: pgbouncer logs and its efficiency

Поиск
Список
Период
Сортировка
От Victor Sudakov
Тема Re: pgbouncer logs and its efficiency
Дата
Msg-id YfvxoLCXKDPk/xEp@admin.sibptus.ru
обсуждение исходный текст
Ответ на Re: pgbouncer logs and its efficiency  (Peter Eisentraut <peter.eisentraut@enterprisedb.com>)
Список pgsql-admin
Peter Eisentraut wrote:
> On 02.02.22 09:45, Victor Sudakov wrote:
> >>> 2. How would you calculate the efficiency of pgbouncer, like
> >>> client_conns/server_conns ratio (current and average over over time)?
> >>
> >> This depends heavily on what you are using pgbouncer for and what
> >> metrics are relevant for your application.
> > 
> > The relevant metric would be the client_conns/server_conns ratio. If
> > there have been 1000 client connections/disconnections and they have
> > caused only 100 new backends to start, I'd consider it a good ratio.
> > 
> > The question is how to estimate it.
> 
> You can count the number of rows in the SHOW CLIENTS and SHOW SERVERS 
> output and chart them using your favorite metrics collection system. 
> There are various tools and recipes out there on how to collect metrics 
> from pgbouncer and push them into metrics or graphing systems.

Hello Peter,

If I were going to continuously monitor the pgbouncer efficiency, it
would be a good idea.  Maybe there is even a Prometheus exporter for
pgbouncer.

However, do you think this information can be inferred from pgbouncer
logs in some way? Because I need it only occasionally.

If, for example, I divide the number of "login attempt" lines in the
log by the number of "new connection to server" lines, will this be
the ratio I'm looking for?

-- 
Victor Sudakov VAS4-RIPE
http://vas.tomsk.ru/
2:5005/49@fidonet



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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: pgbouncer logs and its efficiency
Следующее
От: Axel Rau
Дата:
Сообщение: restarting logical replication after upgrading standby