| From: | Dave Page <dpage(at)postgresql(dot)org> |
|---|---|
| To: | Gregory Stark <stark(at)enterprisedb(dot)com> |
| Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Simon Riggs <simon(at)2ndquadrant(dot)com>, pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: Configurable Additional Stats |
| Date: | 2007-06-29 18:21:57 |
| Message-ID: | 46854DC5.8030903@postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Gregory Stark wrote:
> "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us> writes:
>
>> "Simon Riggs" <simon(at)2ndquadrant(dot)com> writes:
>>> if (stats_hook)
>>> (* stats_hook)(pgStatTabList);
>>> Any objections to sliding this in?
>> Only that it's useless. What are you going to do in such a hook?
>
> Simon left for camping before you sent this. My understanding is he wants to
> gather the data elsewhere. So either he'll just elog when it and grovel the
> logs or send it via some other method. Alternatively he could aggregate the
> data himself and save it in a file kind of gprof-style.
>
Yes, it's not intended to insert more stats, but to get the raw data out
for external analysis during development and testing of applications and
systems etc.
Regards, Dave.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2007-06-29 18:43:21 | Re: Configurable Additional Stats |
| Previous Message | Gregory Stark | 2007-06-29 17:46:34 | Re: Configurable Additional Stats |