Re: Monitoring Locks in Databases - Mailing list pgsql-admin

From Marc Mitchell
Subject Re: Monitoring Locks in Databases
Date
Msg-id 005701c25b69$35d2db20$7b01050a@eisolution.com
Whole thread Raw
In response to Monitoring Locks in Databases  (Naomi Walker <nwalker@eldocomp.com>)
List pgsql-admin
Pgmonitor is pretty good for this.  It doesn't give you the ability to
traverse from session to lock to resource to lock to session that would be
nice to trace through multiple user interwoven lock contention problems.
But is does provide an invaluable window into who's doing what right now
against the database to see if session are waiting for locks or not.

Marc Mitchell - Senior Application Architect
Enterprise Information Solutions, Inc.
Downers Grove, IL 60515
marcm@eisolution.com

----- Original Message -----
From: "Naomi Walker" <nwalker@eldocomp.com>
To: <pgsql-admin@postgresql.org>
Sent: Friday, September 13, 2002 1:41 PM
Subject: [ADMIN] Monitoring Locks in Databases


> We are using Postgres 7.1.2 on a Sun E3500 running Solaris 6.
>
> Is their some way to monitor database locks in Postgres (ie. how many and
> who owns the locks")? If not, do we foresee this happening in some later
> release?
>
> This would be very useful for us in debugging.
>
> Naomi
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org


pgsql-admin by date:

Previous
From:
Date:
Subject: Re: Monitoring Locks in Databases
Next
From: "Nikolaus Dilger"
Date:
Subject: Re: LEFT JOINs takes forever...almost.