Re: Monitoring Active Connections

From: Fernando Hevia <fhevia(at)gmail(dot)com>
To: rajan <vgmonnet(at)gmail(dot)com>
Cc: Postgres <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Monitoring Active Connections
Date: 2016-02-05 17:47:11
Message-ID: CAGYT1XS0EipjUNqg_F=wCxozjbgXtg85LXLVMTxrHVHe8Sjo9g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Fri, Feb 5, 2016 at 2:24 PM, rajan <vgmonnet(at)gmail(dot)com> wrote:

> Hello,
>
> I have a scenario in which a deadlock occurred following an unusual
> increase
> in Number of Active Connections to the database.
>
> In an hour, the Active Connection shooted up to 250 from 1 and it came back
> to normal by the end of the hour. At that time the deadlock occurred.
> Deadlock information contains a relation id and two pids, both of them are
> NOT traceable.
>
>
My guess would be that the deadlock caused the spike in connections, not
the other way around.

> Now I want to analysed what would have caused an unsual number of increase
> in the number of Active Connections, I can't get any data out of
> pg_stat_activity. Now the total number of connections is 75 only. Will
> there
> be any log from which I can get those queries or connection details?
>
>
If you have log_connections enabled you will find client connections logged
in PostgreSQL's log file.

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Dave Johansen 2016-02-05 20:13:31 Setting up streaming replication with new server as master?
Previous Message Keith 2016-02-05 17:43:36 Re: Monitoring Active Connections