Re: pgbench throttling latency limit

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: pgbench throttling latency limit
Дата
Msg-id 20140830154341.GA25523@awork2.anarazel.de
обсуждение исходный текст
Ответ на Re: pgbench throttling latency limit  (Fabien COELHO <coelho@cri.ensmp.fr>)
Ответы Re: pgbench throttling latency limit  (Fabien COELHO <coelho@cri.ensmp.fr>)
Список pgsql-hackers
Hi,

I generally want to say that having a feature like this feels *very*
helpful to me. Lots of pg development hasn't really paid attention to
anything but the final pgbench results...

On 2014-08-29 19:48:43 +0200, Fabien COELHO wrote:
> +    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?

Greetings,

Andres Freund

-- Andres Freund                       http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training &
Services



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

Предыдущее
От: Kevin Grittner
Дата:
Сообщение: Re: delta relations in AFTER triggers
Следующее
От: Fabien COELHO
Дата:
Сообщение: Re: pgbench throttling latency limit