This is a major release that adds support to pgbouncer log files. New pgbouncer reports are:
- Request Throughput
- Bytes I/O Throughput
- Queries Average duration
- Simultaneous sessions
- Histogram of sessions times
- Sessions per database
- Sessions per user
- Sessions per host
- Established connections
- Connections per database
- Connections per user
- Connections per host
- Most used reserved pools
- Most Frequent Errors/Events
pgbouncer log files can be parsed together with PostgreSQL logs.
It also adds a two new command line options:
- --pgbouncer-only to only show pgbouncer related reports.
- --rebuild to be able to rebuild all html reports in incremental output directory where binary data files are still available.
This release fixes a major bug introduced with journalctl code that was prevented the use of multiprocess feature.