amazon-archives / aws-week-in-review

ARCHIVED: These files are used to produce the AWS Week in Review.
https://aws.amazon.com/blogs/aws/category/week-in-review/
180 stars 156 forks source link

Adds link to rds-pgbadger tool to list of Open Source applications #333

Closed goetzb closed 8 years ago

goetzb commented 8 years ago

Last week, I came across the very useful little tool rds-pgbadger (https://github.com/fpietka/rds-pgbadger). It simply takes an Amazon RDS for PostgreSQL instance name, and then downloads the log files from that instance and creates nice, graphical reports using the pgBadger (http://dalibo.github.io/pgbadger/, https://github.com/dalibo/pgbadger) log analyzer.

With the default parameter group in Amazon RDS for PostgreSQL, the reports are not too useful. But it is easy to make a few changes to the parameters to get more detailed reports (the pgBadger documentation lists the relevant configuration settings).

jeffbarr commented 8 years ago

Thanks!