pg_stat_kcache 1.0 released - Mailing list pgsql-announce

From Thomas Reiss
Subject pg_stat_kcache 1.0 released
Date
Msg-id 52F4BF02.1070709@dalibo.com
Whole thread Raw
List 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


pgsql-announce by date:

Previous
From: "Greg Sabino Mullane"
Date:
Subject: Version 3.0.0 of DBD::Pg released (Perl DBI driver)
Next
From: Christian Kruse
Date:
Subject: repmgr 2.0RC1 released