Metadata-Version: 2.0
Name: pglogmon
Version: 1.0.0
Summary: Tool to monitor postgresql CSV logs
Home-page: https://github.com/exhuma/postgresql-logmon
Author: Michel Albert
Author-email: michel@albert.lu
License: MIT
Keywords: postgresql sysadmin
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: Stackless
Requires-Dist: blessings

Simple log monitor for PostgreSQL CSV logs.

To enable CSV logs, please refer to the PostgreSQL docs.

This monitor takes into account that some queries might contain newlines, and
properly parses the records.


Installation::

    pip install --user git+https://github.com/exhuma/postgresql-logmon.git


After running as user installation like above, run it like this::

    ~/.local/bin/pglogmon --help

Or start monitoring right away::

    ~/.local/bin/pglogmon /psth/to/postgresql.csv

