Re: Better Connection Statistics

Поиск
Список
Период
Сортировка
От rob stone
Тема Re: Better Connection Statistics
Дата
Msg-id 1391796147.5492.0.camel@roblaptop.virtua.com.br
обсуждение исходный текст
Ответ на Better Connection Statistics  (Shaun Thomas <sthomas@optionshouse.com>)
Ответы Re: Better Connection Statistics  (Shaun Thomas <sthomas@optionshouse.com>)
Список pgsql-general
O
n Fri, 2014-02-07 at 15:00 +0000, Shaun Thomas wrote:S
o, I haven't ever heard of this, but I could be missing something. Is
there a module or extension for PostgreSQL keep connection statistics? I
don't mean what's in pg_stat_activity, but cumulative. And not like
what's in pg_stat_statements, but about the connections themselves. Nor
even pg_stat_database, since that's only granular at the database level.
>
> For instance, I want the number of transactions a specific connection has submitted. The number of queries. Total
amountof CPU time consumed, etc. So far as I know, there is no module, statistic, or view that provides any of this. It
occurredto me after one of our NOC guys asked us if a certain machine was spamming us with queries, and I realized I
didn'tknow, and had no way of finding out. The best I can do is see if any are currently, this very second, executing
something.If the connection happens to be between transactions when I poll pg_stat_statements, I get nothing. 
>
> I know pg_pool and pg_bouncer provide info like this, but we don't use those. Is there anything internal to PG that
can...eventually get it? 
>
> --
> Shaun Thomas
> OptionsHouse | 141 W. Jackson Blvd | Suite 500 | Chicago IL, 60604
> 312-676-8870
> sthomas@optionshouse.com
>
> ______________________________________________
>
> See http://www.peak6.com/email_disclaimer/ for terms and conditions related to this email
>
>


Perhaps this might be of use.

http://www.postgresql.org/docs/current/static/pgstatstatements.html





В списке pgsql-general по дате отправления:

Предыдущее
От: Robin Coe
Дата:
Сообщение: Re: Full Text Index Scanning
Следующее
От: Shaun Thomas
Дата:
Сообщение: Re: Better Connection Statistics