Re: pgbench - compute & show latency consistently - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: pgbench - compute & show latency consistently
Date
Msg-id dbddbaf3-0e93-044b-93ce-ded8d421f263@2ndquadrant.com
Whole thread Raw
In response to pgbench - compute & show latency consistently  (Fabien COELHO <coelho@cri.ensmp.fr>)
Responses Re: pgbench - compute & show latency consistently  (Fabien COELHO <coelho@cri.ensmp.fr>)
List pgsql-hackers
On 7/9/16 4:42 AM, Fabien COELHO wrote:
>  number of transactions per client: 1000
>  number of transactions actually processed: 10000/10000
> -latency average = 15.844 ms
> -latency stddev = 2.715 ms
> +latency average: 15.844 ms
> +latency stddev: 2.715 ms
>  tps = 618.764555 (including connections establishing)
>  tps = 622.977698 (excluding connections establishing)

I think what you have here is that colons separate input parameters and
equal signs separate result output.  So I think it's OK the way it is.

Maybe a better improvement would be introducing section headings like
"test parameters" and "test results".

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: Shoaib Lari
Date:
Subject: Re: Fix Error Message for allocate_recordbuf() Failure
Next
From: Jeff Janes
Date:
Subject: Re: pg_basebackup wish list