> From: "Sheena, Prabhjot" <Prabhjot.Singh@classmates.com>
>To: "pgsql-general@postgresql.org" <pgsql-general@postgresql.org>; "pgsql-performance@postgresql.org"
<pgsql-performance@postgresql.org>
>Sent: Friday, 12 June 2015, 18:57
>Subject: [GENERAL] pg bouncer issue what does sv_used column means
>
>
>
>Guys we see spike in pg bouncer during the peak hours and that was slowing down the application. We did bump up the
connectionlimit and it is helpful but now we again notice little spike in connection. And one thing that I notice that
isdifferent is jump in sv_used value when I run command show pools during problem times
>
>
>Can anyone please explain what value of sv_used means when i run show pools;
>
>
>
See the manual:
http://pgbouncer.projects.pgfoundry.org/doc/usage.html
I believe in this instance "used" is interpreted as idle server connections that are in the process of being
(periodically)health checked before being made available to clients again. A stab in the dark would be to check what
queryyou're using in server_check_query.