Re: statistics not shown up

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: huaxin zhang <uwcssa(at)gmail(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: statistics not shown up
Date: 2005-09-05 00:40:11
Message-ID: 20050905004011.GA63674@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Sun, Sep 04, 2005 at 08:00:21PM -0400, huaxin zhang wrote:
> I start postgres using the -s parameter to track the number of hits to buffer.

I assume you're running postgres in single-user mode since that's
where the -s option means "print statistics." Is that what you're
doing?

> I also set both "stats_start_collector", "stats_block_level" to true
> in /usr/local/pgsql/data/postgresql.conf
>
> However, I get "(typeid = 700, len = 4, typmod = -1, byval = f)" after
> running each query. Apparently this is not manifesting buffer hit rate.

Try setting log_min_messages to debug1; that works for me in 8.0.3.

--
Michael Fuhr

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Guido Barosio 2005-09-05 00:47:33 pgfoundry administration
Previous Message huaxin zhang 2005-09-05 00:00:21 statistics not shown up