On Mon, Oct 21, 2013 at 09:18:18AM -0700, Thara Vadakkeveedu wrote:
> Hi
> Is there a way to get cpu utilization of various sql statements during a specific time period on postgresql ?
> Say I start a performance test, I would like to collect a top sql report at the end of the test (like in sql server)
thatgives details of the top cpu consuming sqls..
> Also wondering if there is a sql profiler on postgressql that indicates the number of rows read and written to by sql
statements,cpu cost, elapsed time etc during a profiled session.
> thanks,
> thara.
Hi Thara,
Have you looked at pgbadger?
Cheers,
Ken