]> granicus.if.org Git - postgresql/commit
pgbench: allow per-script statistics
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 1 Feb 2016 14:55:33 +0000 (15:55 +0100)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 1 Feb 2016 14:55:33 +0000 (15:55 +0100)
commit1d0c3b3f8a98b0ed9515ff0a3868266c3bfb5d38
tree878e631b37ea17bd5a15d68f7d354c392f31185e
parent64f5edca2401f6c2f23564da9dd52e92d08b3a20
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
doc/src/sgml/ref/pgbench.sgml
src/bin/pgbench/pgbench.c