]> granicus.if.org Git - pgbouncer/commit
Add SHOW STATS_TOTALS / STATS_AVERAGES as admin commands
authorTomas Vondra <tomas.vondra@2ndquadrant.com>
Sun, 24 Sep 2017 16:49:35 +0000 (18:49 +0200)
committerTomas Vondra <tomas.vondra@2ndquadrant.com>
Sun, 24 Sep 2017 17:01:07 +0000 (19:01 +0200)
commit656844e56a2683eb8f347cda90ae8aa335f16814
tree200e8356757e447b2f436f8a9f033dc17f34f283
parent350a0b575e6c0edc30db61f48d99a7524259f9e6
Add SHOW STATS_TOTALS / STATS_AVERAGES as admin commands

We already had SHOW STATS, but after adding the wait_time colums it
got a bit too wide for regular screens. That's incovenient, as the
admin interface does not selecting only some of the columns.

But in most cases we're only interested either in totals or averages,
not both at the same time. So let's add commands showing only the
relevant subset of columns.
doc/usage.rst
include/stats.h
src/admin.c
src/stats.c