Re: Statics collector

From: Tomas Vondra <tomas(dot)vondra(at)2ndquadrant(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Statics collector
Date: 2015-06-17 15:50:38
Message-ID: 5581974E.2050901@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 06/17/15 01:28, Jose Alberto Lopez wrote:
> Hi, I'm working in postgresSQL 9.3, I want to monitoring my server and I
> try to use Statistics Collector, in the documentation said the
> parameters that it need to configurate (only erease the #, isn't it?)
> and it see like:
>
> # - Query/Index Statistics Collector -
>
> track_activities = on
> track_counts = on
> track_io_timing = off
> track_functions = all # none, pl, all
> track_activity_query_size = 1024 # (change requires restart)
> update_process_title = on
> stats_temp_directory = 'pg_stat_tmp'
>
>
> # - Statistics Monitoring -
>
> #log_parser_stats = off
> #log_planner_stats = off
> #log_executor_stats = off
> #log_statement_stats = off
>
> I want to see the information in pg_stat_tmp but it doesn't have
> anything. What I need to configure? I hope you can help me..

I'm not quite sure what you mean by "I want to see the information in
pg_stat_tmp". Do you mean that you don't see any files in that directory?

Also, I really doubt this is a bug - seems rather like a config error.

--
Tomas Vondra http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Dmitri Bourlatchkov 2015-06-17 16:44:03 PostgreSQL 9.4.4 Solaris 10 i386 download links point to Sparc binaries
Previous Message Jeff Frost 2015-06-17 15:39:33 Re: [GENERAL] pg_xlog on a hot_standby slave filling up