pgsql: pgbench: allow per-script statistics

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: pgbench: allow per-script statistics
Дата
Msg-id E1aQG5O-0003W8-5Q@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: pgbench: Install guards against obscure overflow conditions.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Make all built-in lwlock tranche IDs fixed.