pgbench: allow per-script statistics
Alvaro Herrera <alvherre@alvh.no-ip.org>
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
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/pgbench.sgml | modified | +3 −0 |
| src/bin/pgbench/pgbench.c | modified | +47 −13 |