pgbench: allow per-script statistics

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: 1d0c3b3f8a98b0ed9515ff0a3868266c3bfb5d38
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2016-02-01T14:55:33Z
Releases: 9.6.0
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

Files

PathChange+/−
doc/src/sgml/ref/pgbench.sgml modified +3 −0
src/bin/pgbench/pgbench.c modified +47 −13

Documentation touched