pgsql: pgbench: Elaborate latency reporting.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pgbench: Elaborate latency reporting.
Date: 2013-10-05 22:07:57
Message-ID: E1VSa0z-0004OO-Jp@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pgbench: Elaborate latency reporting.

Isolate transaction latency (elapsed time between submitting first
command and receiving response to last command) from client-side delays
pertaining to the --rate schedule. Under --rate, report schedule lag as
defined in the documentation. Report latency standard deviation
whenever we collect the measurements to do so. All of these changes
affect --progress messages and the final report.

Fabien COELHO, reviewed by Pavel Stehule.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/2d6c0f10ef4f34d757e49a9815c22045d8ba6980

Modified Files
--------------
contrib/pgbench/pgbench.c | 127 +++++++++++++++++++++++++++++++++++++++------
doc/src/sgml/pgbench.sgml | 6 ++-
2 files changed, 115 insertions(+), 18 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2013-10-06 02:54:17 pgsql: Fix various bugs in postmaster SIGKILL processing
Previous Message Bruce Momjian 2013-10-05 14:18:45 pgsql: pg_upgrade doc: link mode additions