Обсуждение: pgsql: pgbench: allow per-script statistics

Поиск
Список
Период
Сортировка

pgsql: pgbench: allow per-script statistics

От
Alvaro Herrera
Дата:
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(-)