Re: pgbench progress report improvements - split 3 v2 - A

From: Noah Misch <noah(at)leadboat(dot)com>
To: Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>
Cc: PostgreSQL Developers <pgsql-hackers(at)postgresql(dot)org>, pavel(dot)stehule(at)gmail(dot)com
Subject: Re: pgbench progress report improvements - split 3 v2 - A
Date: 2013-10-06 14:44:14
Message-ID: 20131006144414.GB210118@tornado.leadboat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, Oct 06, 2013 at 09:40:40AM +0200, Fabien COELHO wrote:
> Which part do you want as a next step?

I think we're done; here are the distinct changes in your original patch,
along with their dispositions:

Patch (1): Change the default from --progress=0 to --progress=5
Rejected

Patch (2): Make --initialize mode respect --progress.
Rejected

Patch (3): Report the standard deviation of latency.
Committed

Patch (4): Redefine "latency" as reported by pgbench and report "lag" more.
Committed

Patch (5): Take thread start time at the beginning of the thread.
Returned with Feedback

Patch (6): Reduce and compensate throttling underestimation bias.
Committed

Patch (7): Documentation and --help corrections
Committed

Patch (8): Remove stray use of "float".
Committed

--
Noah Misch
EnterpriseDB http://www.enterprisedb.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Fabien COELHO 2013-10-06 15:04:56 Re: pgbench progress report improvements - split 3 v2 - A
Previous Message Noah Misch 2013-10-06 14:10:31 Re: pgbench - exclude pthread_create() from connection start timing