Re: Number of established connections since postmaster start

From: Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: Number of established connections since postmaster start
Date: 2011-12-02 10:08:58
Message-ID: 4ED8A3BA.3030401@frank.uvena.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Am 02.12.2011 11:02, schrieb Florian Weimer:
> Is there a way to monitor the number of connections which have been
> established so far?
>
> I'd like to graph this value, as a rough indicator whether connection
> pooling is working properly.

You could check pg_stat_activity table. Should include a bunch of infos
you might looking for.

Cheers,
Frank

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Florian Weimer 2011-12-02 10:15:01 Re: Number of established connections since postmaster start
Previous Message Florian Weimer 2011-12-02 10:02:55 Number of established connections since postmaster start