Re: stats for network traffic WIP

Поиск
Список
Период
Сортировка
От Mike Blackwell
Тема Re: stats for network traffic WIP
Дата
Msg-id CANPAkgsm0bbs2bLmuR-qRxCX0G+foJ5rM1nTwn3CVNUAK8tQ4g@mail.gmail.com
обсуждение исходный текст
Ответ на Re: stats for network traffic WIP  (Nigel Heron <nheron@querymetrics.com>)
Ответы Re: stats for network traffic WIP  (Mike Blackwell <mike.blackwell@rrd.com>)
Список pgsql-hackers
Patch applies and builds against git HEAD (as of 6790e738031089d5).  "make check" runs cleanly as well.

The new features appear to work as advertised as far as I've been able to check.

The code looks good as far as I can see.  Documentation patches are included for the new features.

Still to be tested: 
the counts for streaming replication (no replication setup here to test against yet).

__________________________________________________________________________________
Mike Blackwell | Technical Analyst, Distribution Services/Rollout Management | RR Donnelley
1750 Wallace Ave | St Charles, IL 60174-3401
Office: 630.313.7818
Mike.Blackwell@rrd.com
http://www.rrdonnelley.com




On Fri, Nov 8, 2013 at 9:01 AM, Nigel Heron <nheron@querymetrics.com> wrote:
On Tue, Oct 29, 2013 at 11:26 AM, Nigel Heron <nheron@querymetrics.com> wrote:
>>
>> So, for now, the counters only track sockets created from an inbound
>> (client to server) connection.
>
> here's v3 of the patch (rebase and cleanup).
>

Hi,
here's v4 of the patch. I added documentation and a new global view
called "pg_stat_socket" (includes bytes_sent, bytes_received and
stats_reset time)

thanks,
-nigel.

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Add CREATE support to event triggers
Следующее
От: Mike Blackwell
Дата:
Сообщение: Re: stats for network traffic WIP