statistics not shown up

From: huaxin zhang <uwcssa(at)gmail(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: statistics not shown up
Date: 2005-09-05 00:00:21
Message-ID: f2f562510509041700369c30a8@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

I start postgres using the -s parameter to track the number of hits to buffer.

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.
Something I did wrong?

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Michael Fuhr 2005-09-05 00:40:11 Re: statistics not shown up
Previous Message Alvaro Herrera 2005-09-04 14:39:51 Re: How to optimize Postgres Database