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 380 of file pgstat.h.

Field Documentation

◆ blocks_exists

PgStat_Counter PgStat_SLRUStats::blocks_exists

Definition at line 386 of file pgstat.h.

Referenced by pgstat_count_slru_page_exists().

◆ blocks_hit

PgStat_Counter PgStat_SLRUStats::blocks_hit

Definition at line 383 of file pgstat.h.

Referenced by pgstat_count_slru_page_hit().

◆ blocks_read

PgStat_Counter PgStat_SLRUStats::blocks_read

Definition at line 384 of file pgstat.h.

Referenced by pgstat_count_slru_page_read().

◆ blocks_written

PgStat_Counter PgStat_SLRUStats::blocks_written

Definition at line 385 of file pgstat.h.

Referenced by pgstat_count_slru_page_written().

◆ blocks_zeroed

PgStat_Counter PgStat_SLRUStats::blocks_zeroed

Definition at line 382 of file pgstat.h.

Referenced by pgstat_count_slru_page_zeroed().

◆ flush

PgStat_Counter PgStat_SLRUStats::flush

Definition at line 387 of file pgstat.h.

Referenced by pgstat_count_slru_flush().

◆ stat_reset_timestamp

TimestampTz PgStat_SLRUStats::stat_reset_timestamp

Definition at line 389 of file pgstat.h.

Referenced by pgstat_reset_slru_counter_internal().

◆ truncate

PgStat_Counter PgStat_SLRUStats::truncate

Definition at line 388 of file pgstat.h.

Referenced by pgstat_count_slru_truncate().


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