Re: pgbench throttling latency limit

Поиск
Список
Период
Сортировка
От Fabien COELHO
Тема Re: pgbench throttling latency limit
Дата
Msg-id alpine.DEB.2.10.1408301747090.10195@sto
обсуждение исходный текст
Ответ на Re: pgbench throttling latency limit  (Andres Freund <andres@2ndquadrant.com>)
Ответы Re: pgbench throttling latency limit  (Heikki Linnakangas <hlinnakangas@vmware.com>)
Список pgsql-hackers
>> +    if (latency_limit)
>> +        printf("number of transactions above the %.1f ms latency limit: " INT64_FORMAT "\n",
>> +               latency_limit / 1000.0, latency_late);
>> +
>
> Any reason not to report a percentage here?

Yes: I did not thought of it.

Here is a v7, with a percent. I also added a paragraph in the documenation 
about how the latency is computed under throttling, and I tried to reorder 
the reported stuff so that it is more logical.

-- 
Fabien.

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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: pgbench throttling latency limit
Следующее
От: Ali Akbar
Дата:
Сообщение: Re: [PATCH] empty xml values