Re: Monitoring PostgreSQL Process - Mailing list pgsql-admin

From Aaron Bono
Subject Re: Monitoring PostgreSQL Process
Date
Msg-id bf05e51c0611221046i3abdb1bcr8811a93d67ade5e0@mail.gmail.com
Whole thread Raw
In response to Re: Monitoring PostgreSQL Process  ("Tomeh, Husam" <htomeh@firstam.com>)
List pgsql-admin
On 11/22/06, Tomeh, Husam <htomeh@firstam.com> wrote:
You may query the system view, pg_stat_activity to check out the current SQL statements running. To track down executed SQL statements into a physical log file, you may want to enable statement logging. For more details on that, check out: http://www.postgresql.org/docs/8.1/static/runtime-config-logging.html
 
Once you capture your SQL statement, you can run "explain" on it to check out its execution plan.

I think capturing the currently running SQL will be enough for now, thanks.  It should show me what queries are running the longest and most frequently.

--
  Husam
 

From: pgsql-admin-owner@postgresql.org [mailto:pgsql-admin-owner@postgresql.org] On Behalf Of Aaron Bono
Sent: Tuesday, November 21, 2006 9:50 PM
To: pgsql-admin@postgresql.org
Subject: [ADMIN] Monitoring PostgreSQL Process

I have a couple processes/connections to one of our databases that appears to be eating up most of the CPU and we are trying to determine what these processes are doing that is taking so much CPU time.

Is there a way to monitor the SQL being run for a specific connection/process?

We are using PostgreSQL 8.1.5 on CentOS Linux.

Thanks,
Aaron

--
==================================================================
   Aaron Bono
   Aranya Software Technologies, Inc.
   http://www.aranya.com
   http://codeelixir.com
==================================================================

**********************************************************************
This message contains confidential information intended only for the use of the addressee(s) named above and may contain information that is legally privileged.  If you are not the addressee, or the person responsible for delivering it to the addressee, you are hereby notified that reading, disseminating, distributing or copying this message is strictly prohibited.  If you have received this message by mistake, please immediately notify us by replying to the message and delete the original message immediately thereafter.

Thank you.

                                                                                                                         FADLD Tag
**********************************************************************




--
==================================================================
   Aaron Bono
   Aranya Software Technologies, Inc.
   http://www.aranya.com
   http://codeelixir.com
==================================================================

pgsql-admin by date:

Previous
From: "Tomeh, Husam"
Date:
Subject: Re: Monitoring PostgreSQL Process
Next
From: "Aaron Bono"
Date:
Subject: Re: Monitoring PostgreSQL Process