tophfr/pg_activity

By tophfr

Updated 5 months ago

Image
2

572

Docker image for pg_activity, a top like application for PostgreSQL server activity monitoring

Cf. https://github.com/julmon/pg_activity

It is a very small image (~129MB uncompressed) available on docker hub based on Alpine Linux and using the last available release from the official PyPI repo of pg_activity.

How to use it

docker run --rm -it tophfr/pg_activity --help
docker run --rm -it -e PGHOST=mypghost -e PGUSER=mypguser tophfr/pg_activity

Docker Pull Command

docker pull tophfr/pg_activity