Statics collector - Mailing list pgsql-bugs

From Jose Alberto Lopez
Subject Statics collector
Date
Msg-id CALwnVE5K7kJW5a2mqyvLmFBLzm703f52MutghvBA2GbsA4oZkA@mail.gmail.com
Whole thread Raw
Responses Re: Statics collector  (Tomas Vondra <tomas.vondra@2ndquadrant.com>)
List pgsql-bugs
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..

pgsql-bugs by date:

Previous
From: Curd Reinert
Date:
Subject: Re: BUG #13440: unaccent does not remove all diacritics
Next
From: Tomas Vondra
Date:
Subject: Re: Statics collector