pgsql: pgbench: allow per-script statistics - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: pgbench: allow per-script statistics
Date
Msg-id E1aQG5O-0003W8-5Q@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: pgbench: Install guards against obscure overflow conditions.
Next
From: Robert Haas
Date:
Subject: pgsql: Make all built-in lwlock tranche IDs fixed.