From 6de713d951ae3979643d42e59fbdd45c47713f00 Mon Sep 17 00:00:00 2001 From: Asad Dhamani Date: Thu, 19 Nov 2015 20:19:35 +0530 Subject: [PATCH] Add pg_activity --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 130b9f8..2cc2754 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ A curated list of awesome PostgreSQL software, libraries, tools and resources, i * [postgresql-metrics](https://github.com/spotify/postgresql-metrics) - Tool that extracts and provides metrics on your PostgreSQL database * [pgloader](https://github.com/dimitri/pgloader) - Pgloader loads data into PostgreSQL using the COPY streaming protocol, and does so with separate threads for reading and writing data. * [pgbadger](https://github.com/dalibo/pgbadger) - a fast PostgreSQL Log Analyzer +* [pg_activity](https://github.com/julmon/pg_activity) - pg_activity is a top like application for PostgreSQL server activity monitoring ### Tutorials * [tutorialspoint PostgreSQL tutorial](http://www.tutorialspoint.com/postgresql/) - A very extensive collection of tutorials on PostgreSQL