Postgresql pgBouncer
pgBouncer Column Description database The name of the database managed by PgBouncer. total_xact_count Total number of completed transactions processed since PgBouncer started. total_query_count Total number of completed queries processed since PgBouncer started. total_received Total bytes received from clients (incoming). total_sent Total bytes sent to clients (outgoing). total_xact_time Total time, in microseconds, that client connections spent processing transactions in the backend. total_query_time Total time, in microseconds, that client connections spent processing queries in the backend....