Re: Finding active connections to postmaster

From: Bramsi Prenata <bramsi(at)cakraweb(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: Finding active connections to postmaster
Date: 2001-09-27 09:20:51
Message-ID: 20010927162051.4e0c596c.bramsi@cakraweb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On 27 Sep 2001 10:22:02 +0200
drt(at)un(dot)bewaff(dot)net (Doobee R. Tzeck) wrote:

>
> I want to list which users are conected to postmaster and what
> they are doing. I guess I have overseen something but I wasn't
> able to find any information on doing this in the handbook, FAQ
> or mailinglist archives.
>
> Is it possible to list active connectons? How?

to list active connection, you can try this command in shell prompt

[bramsi(at)al-quds bramsi]$ ps ax | grep postgres | grep -v grep | grep -v psql | awk -F " " {'print $7'}
postgres

but i'm sorry, i do not know what they are doing rigth now.

Hope can help you.

Best regards,
Bramsi Prenata

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Martins Zarins 2001-09-27 09:35:55 Re: Finding active connections to postmaster
Previous Message Rainer Mager 2001-09-27 08:42:27 turning on debug without restarting postgres