Re: Search connections created per day - Mailing list pgsql-general

From Erik Jones
Subject Re: Search connections created per day
Date
Msg-id C1E0F2C0-92B8-4A8D-8688-21C56D4101FB@myemma.com
Whole thread Raw
In response to Re: Search connections created per day  ("Joshua D. Drake" <jd@commandprompt.com>)
List pgsql-general
On Jan 11, 2008, at 11:51 AM, Joshua D. Drake wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On Fri, 11 Jan 2008 14:29:32 -0300
> João Paulo Zavanela <joao_zava@globo.com> wrote:
>
>> Hi there,
>>
>> I want to know how many connections is created simultaneously in data
>> base per day.
>
> Entirely depends on your machine. I wouldn't suggest having more
> than a
> 1000 open at any given time though. Also take a look at connection
> pooling.
>
>> Are there some table where i can search it?
>
> pg_stat_activity
>
>> All users is connected in the database with postgres user.

I think he was looking for some kind of logging/reporting of how many
connections have actually been made for a given day.  He should be
looking at turning on log_connections and then parsing his logs for
connection entries.

Erik Jones

DBA | Emma®
erik@myemma.com
800.595.4401 or 615.292.5888
615.292.0777 (fax)

Emma helps organizations everywhere communicate & market in style.
Visit us online at http://www.myemma.com




pgsql-general by date:

Previous
From: "Scott Marlowe"
Date:
Subject: Re: Online Oracle to Postgresql data migration
Next
From: Erik Jones
Date:
Subject: Re: Online Oracle to Postgresql data migration