PostgreSQL Source Code  git master
PgStat_SLRUStats Struct Reference

#include <pgstat.h>

Data Fields

PgStat_Counter blocks_zeroed
 
PgStat_Counter blocks_hit
 
PgStat_Counter blocks_read
 
PgStat_Counter blocks_written
 
PgStat_Counter blocks_exists
 
PgStat_Counter flush
 
PgStat_Counter truncate
 
TimestampTz stat_reset_timestamp
 

Detailed Description

Definition at line 416 of file pgstat.h.

Field Documentation

◆ blocks_exists

PgStat_Counter PgStat_SLRUStats::blocks_exists

Definition at line 422 of file pgstat.h.

Referenced by pgstat_count_slru_page_exists().

◆ blocks_hit

PgStat_Counter PgStat_SLRUStats::blocks_hit

Definition at line 419 of file pgstat.h.

Referenced by pgstat_count_slru_page_hit().

◆ blocks_read

PgStat_Counter PgStat_SLRUStats::blocks_read

Definition at line 420 of file pgstat.h.

Referenced by pgstat_count_slru_page_read().

◆ blocks_written

PgStat_Counter PgStat_SLRUStats::blocks_written

Definition at line 421 of file pgstat.h.

Referenced by pgstat_count_slru_page_written().

◆ blocks_zeroed

PgStat_Counter PgStat_SLRUStats::blocks_zeroed

Definition at line 418 of file pgstat.h.

Referenced by pgstat_count_slru_page_zeroed().

◆ flush

PgStat_Counter PgStat_SLRUStats::flush

Definition at line 423 of file pgstat.h.

Referenced by pgstat_count_slru_flush().

◆ stat_reset_timestamp

TimestampTz PgStat_SLRUStats::stat_reset_timestamp

Definition at line 425 of file pgstat.h.

Referenced by pgstat_reset_slru_counter_internal().

◆ truncate

PgStat_Counter PgStat_SLRUStats::truncate

Definition at line 424 of file pgstat.h.

Referenced by pgstat_count_slru_truncate().


The documentation for this struct was generated from the following file: