Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 830 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 830 Bytes

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