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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
