Re: Performance Monitoring of PostGRE

From: Michael Nolan <htfoot(at)gmail(dot)com>
To: BangarRaju Vadapalli <BangarRaju(dot)Vadapalli(at)infor(dot)com>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Performance Monitoring of PostGRE
Date: 2011-07-06 14:16:40
Message-ID: CAOzAquLRLWJfirRD9HQ5ZZZd8qtTkSVELpo4av4_Z-5_zaNTRg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Jul 6, 2011 at 3:57 AM, BangarRaju Vadapalli <
BangarRaju(dot)Vadapalli(at)infor(dot)com> wrote:

> Hi Everybody,****
>
> ** **
>
> We want to monitor the performance of PostGRE database. Could anyone
> please suggest any tools tried/working successfully…****
>
> ** **
>
> **1. **We want AWR kind of report in Postgres
>
By AWR do you mean something like AWStats?

The impression I got at PGCon 11 is that all of the major log file analysis
tools have their fans and their weaknesses. Splunk is on my 'I want to test
this' list, but it gets pricey.

> ****
>
> 2. We would like to do CPU Utilization monitoring based on the
> postgres processes
>
I don't think log file analysis tools can gather information about CPU
usage.. You'd need something that gathered real time data from the OS, eg
from /proc on a linux kernel.

sar doesn't tell you a lot about what postgres is up to.
--
Mike Nolan
nolan(at)tssi(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bobby Dewitt 2011-07-06 15:22:46 Re: Performance Monitoring of PostGRE
Previous Message Bill Moran 2011-07-06 13:42:53 Re: Performance Monitoring of PostGRE