pgsql: pgbench: allow per-script statistics

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pgbench: allow per-script statistics
Date: 2016-02-01 15:08:14
Message-ID: E1aQG5O-0003W8-5Q@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pgbench: allow per-script statistics

Provide per-script statistical info (count of transactions executed
under that script, average latency for the whole script) after a
multi-script run, adding an intermediate level of detail to existing
global stats and per-command stats.

Author: Fabien Coelho
Reviewer: Michaël Paquier, Álvaro Herrera

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1d0c3b3f8a98b0ed9515ff0a3868266c3bfb5d38

Modified Files
--------------
doc/src/sgml/ref/pgbench.sgml | 3 +++
src/bin/pgbench/pgbench.c | 60 +++++++++++++++++++++++++++++++++----------
2 files changed, 50 insertions(+), 13 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2016-02-02 11:52:55 pgsql: Make all built-in lwlock tranche IDs fixed.
Previous Message Robert Haas 2016-02-01 13:33:39 pgsql: pgbench: Install guards against obscure overflow conditions.