Buffer cache statistics


Job details

Name: Buffer cache statistics
Platform: Postgres
Category: Performance
Description: Gets data cache statistics from pg_stat_database view.
Long description: Task gets data cache statistic from pg_stat_database view (columns: blks_read and blks_hit).
Version: 1.3
Default schedule: 4,14,24,34,44,54 * * *
Requires engine install: Yes
Compatibility tag: .[type=‘instance’ & databasetype=‘postgres’]/.[hasengine=‘YES’ & is_awsrds = ‘0′ & newer_than_ninefour = 1]

Parameters

Name Default value Description
keep data for 7 Number of days to provide statistics for.

Job Summary

SELECT sum(blks_read), sum(blks_hit) FROM pg_catalog.pg_stat_database;

Implementation Details

Dependencies and Structures

Scheduled Reporting and Visualization

Importance

In conclusion, the Buffer Cache Statistics job within the dbWatch Control Center is a comprehensive monitoring and analytical tool tailored for PostgreSQL databases, designed to enhance understanding and management of data caching efficiency.