Command-line admin tool for observing and troubleshooting Postgres.
7.4K
Postgres provides various activity statistics about its runtime, such as connections, statements, database operations, replication, resources usage and more. The general purpose of the statistics is to help DBAs to monitor and troubleshoot Postgres. However, these statistics provided in textual form retrieved from SQL functions and views, and Postgres doesn't provide native tools for working with statistics views.
pgCenter's main goal is to help Postgres DBA working with statistics and provide a convenient way to observe Postgres in runtime.
More info on Github.
Pull the image, and run with connection settings to your Postgres instance:
docker pull lesovsky/pgcenter:latest
docker run -it --rm lesovsky/pgcenter:latest pgcenter top -h 1.2.3.4 -U user -d production_db
Content type
Image
Digest
Size
8.3 MB
Last updated
about 5 years ago
docker pull lesovsky/pgcenter