pg_activity 1.1.0

From: Julien Tachoires <julmon(at)gmail(dot)com>
To: pgsql-announce(at)postgresql(dot)org
Subject: pg_activity 1.1.0
Date: 2013-12-04 14:20:00
Message-ID: CAFEQCbHEfdG8OJ=FrdRSgMqpct9oePyqhYCBTyR5hE+RWT=nTw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

I'm glad to announce a new pg_activity release.

Change log:
- code separation between data extraction and UI
- bug fix: remove USER column header in WAITING and BLOCKING views
- new way for IOPS counting: only reads & writes done by postgress backends
are considered
- tag/untag process
- capability to terminate all tagged backend at the same time
- change license to PostgreSQL License model
- new option: --blocksize=BLOCKSIZE (default: 4096), used by IOPS counting
- bug fix: an error was thrown on WAITING/BLOCKING views with some old
psycopg2 versions

https://github.com/julmon/pg_activity/archive/1.1.0.tar.gz

Regards,

Julien

Browse pgsql-announce by date

  From Date Subject
Next Message Dave Page 2013-12-05 14:22:28 PostgreSQL Maintenance Releases: 9.3.2, 9.2.6, 9.1.11, 9.0.15, and 8.4.19
Previous Message Fabien COELHO 2013-12-04 08:22:41 DataFiller 1.1.5 released