Sign inSign up

lesovsky/pgcenter

By lesovsky

Updated about 5 years ago

Command-line admin tool for observing and troubleshooting Postgres.

Image
0

7.4K

lesovsky/pgcenter repository overview

pgCenter

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.

Quick start

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

Tag summary

Content type

Image

Digest

Size

8.3 MB

Last updated

about 5 years ago

docker pull lesovsky/pgcenter