1
0
mirror of https://github.com/dhamaniasad/awesome-postgres.git synced 2024-11-28 09:33:47 +02:00

Merge pull request #148 from taqiofficial/master

added pgbench to PostgreSQL Monitoring Section
This commit is contained in:
Asad Dhamani 2017-01-27 16:24:12 +05:30 committed by GitHub
commit dccae15117

View File

@ -71,6 +71,7 @@ A curated list of awesome PostgreSQL software, libraries, tools and resources, i
* [libzbxpgsql](https://github.com/cavaliercoder/libzbxpgsql) - Comprehensive PostgreSQL monitoring module for Zabbix.
* [Pome](https://github.com/rach/pome) - Pome stands for PostgreSQL Metrics. Pome is a PostgreSQL Metrics Dashboard to keep track of the health of your database.
* [pg\_view](https://github.com/zalando/pg_view) - Open-source command-line tool that shows global system stats, per-partition information, memory stats and other information.
* [pgbench](https://www.postgresql.org/docs/devel/static/pgbench.html) - Run a benchmark test on PostgreSQL.
### Extensions
* [cstore\_fdw](https://github.com/citusdata/cstore_fdw) - Columnar store for analytics with PostgreSQL.