Re: [GENERAL] Is there a tool used to display statement times from postgres logs

2009-11-22 Thread Pinter Bernd
18:59 An: Postgres General Postgres General Betreff: [GENERAL] Is there a tool used to display statement times from postgres logs Would someone have a tool that displays statement execution times/stats from the standard output from postgres logs?

Re: [GENERAL] Is there a tool used to display statement times from postgres logs

2009-11-20 Thread Ben Chobot
On Nov 20, 2009, at 9:59 AM, Chris Barnes wrote: Would someone have a tool that displays statement execution times/ stats from the standard output from postgres logs? I have attempted pgfouine but not had sucess with the log format. Does anyone use pgfouine or have something that works for th

Re: [GENERAL] Is there a tool used to display statement times from postgres logs

2009-11-20 Thread Chris Barnes
-postgresql-logrotate/ > Subject: Re: [GENERAL] Is there a tool used to display statement times from > postgres logs > From: j...@commandprompt.com > To: compuguruchrisbar...@hotmail.com > CC: pgsql-general@postgresql.org > Date: Fri, 20 Nov 2009 10:53:00 -0800 > > On

Re: [GENERAL] Is there a tool used to display statement times from postgres logs

2009-11-20 Thread Joshua D. Drake
On Fri, 2009-11-20 at 12:59 -0500, Chris Barnes wrote: > Would someone have a tool that displays statement execution > times/stats from the standard output from postgres logs? > > I have attempted pgfouine but not had sucess with the log format. > > Does anyone use pgfouine or have something th

Re: [GENERAL] Is there a tool used to display statement times from postgres logs

2009-11-20 Thread Bill Moran
at you meant. Have a look at pgfouine. > > Date: Fri, 20 Nov 2009 10:02:11 -0800 > > From: pie...@hogranch.com > > To: compuguruchrisbar...@hotmail.com > > CC: pgsql-general@postgresql.org > > Subject: Re: [GENERAL] Is there a tool used to display statement times fr

Re: [GENERAL] Is there a tool used to display statement times from postgres logs

2009-11-20 Thread Thom Brown
2009/11/20 Chris Barnes > Would someone have a tool that displays statement execution times/stats > from the standard output from postgres logs? > > I have attempted pgfouine but not had sucess with the log format. > > Does anyone use pgfouine or have something that works for them? > > Chris > >

Re: [GENERAL] Is there a tool used to display statement times from postgres logs

2009-11-20 Thread Chris Barnes
gt; Subject: Re: [GENERAL] Is there a tool used to display statement times from > postgres logs > > Chris Barnes wrote: > > Would someone have a tool that displays statement execution > > times/stats from the standard output from postgres logs? > > > > the

Re: [GENERAL] Is there a tool used to display statement times from postgres logs

2009-11-20 Thread John R Pierce
Chris Barnes wrote: Would someone have a tool that displays statement execution times/stats from the standard output from postgres logs? there's a logging option to put that in the logs, I thought? if so, you could then display with `tail -f /path/to/postgreslog` -- Sent via pgsql-genera

[GENERAL] Is there a tool used to display statement times from postgres logs

2009-11-20 Thread Chris Barnes
Would someone have a tool that displays statement execution times/stats from the standard output from postgres logs? I have attempted pgfouine but not had sucess with the log format. Does anyone use pgfouine or have something that works for them? Chris