Re: pgbench - compute & show latency consistently

Поиск
Список
Период
Сортировка
От Kuntal Ghosh
Тема Re: pgbench - compute & show latency consistently
Дата
Msg-id CAGz5QC+ZH5KngUZBSFztKA5t6_EPvZfueo0rs_H3VFyfdZabpg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pgbench - compute & show latency consistently  (Heikki Linnakangas <hlinnaka@iki.fi>)
Ответы Re: pgbench - compute & show latency consistently  (Fabien COELHO <coelho@cri.ensmp.fr>)
Список pgsql-hackers
On Wed, Sep 21, 2016 at 4:05 PM, Heikki Linnakangas <hlinnaka@iki.fi> wrote:

> pgbench.sgml actually already had the "latency average = ..." version in its
> example. Even before this patch, we printed it with a "=" if one of options
> that caused per-transaction timings to be measured, like --rate, was used,
> and as ":" otherwise.
>
> - Heikki
>
I'm talking about the first example in pgbench.sgml.

Typical output from <application>pgbench</application> looks like:
<screen>
transaction type: <builtin: TPC-B (sort of)>
scaling factor: 10
query mode: simple
number of clients: 10
number of threads: 1
number of transactions per client: 1000
number of transactions actually processed: 10000/10000
tps = 85.184871 (including connections establishing)
tps = 85.296346 (excluding connections establishing)
</screen>

Shouldn't we include latency average here as well and explain what it is?

-- 
Thanks & Regards,
Kuntal Ghosh
EnterpriseDB: http://www.enterprisedb.com



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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: pgbench - compute & show latency consistently
Следующее
От: Ashutosh Sharma
Дата:
Сообщение: Re: pageinspect: Hash index support