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