pg_stat_kcache 1.0 released

From: Thomas Reiss <thomas(dot)reiss(at)dalibo(dot)com>
To: pgsql-announce(at)postgresql(dot)org
Subject: pg_stat_kcache 1.0 released
Date: 2014-02-07 11:09:54
Message-ID: 52F4BF02.1070709@dalibo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

pg_stat_kcache 1.0 released
---------------------------

pg_stat_kcache is a small PostgreSQL extension that gathers statistics
from the kernel's filesystem layer regarding how many reads have
actually hit the disk. It uses the getrusage() system call to gather
this metric which is only available since Linux 2.6.22.

This module provides an easy way to determine if the operating system
cache is working efficiently. It must be started with PostgreSQL and
thus has to be loaded by shared_preload_libraries. See the documentation
for instructions on compiling and installing. The extension is usable as
is with PostgreSQL 9.1 and later. It should work with older versions
with some minor tweaking.

Feel free to provide any feedback.

For further details, please head to the github repository:

* http://github.com/dalibo/pg_stat_kcache

--
Thomas Reiss
http://dalibo.com - http://dalibo.org

Browse pgsql-announce by date

  From Date Subject
Next Message Christian Kruse 2014-02-07 20:57:36 repmgr 2.0RC1 released
Previous Message Greg Sabino Mullane 2014-02-05 14:47:16 Version 3.0.0 of DBD::Pg released (Perl DBI driver)