PostgreSQL Source Code  git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
PgStat_WalStats Struct Reference

#include <pgstat.h>

Data Fields

PgStat_Counter wal_records
 
PgStat_Counter wal_fpi
 
uint64 wal_bytes
 
PgStat_Counter wal_buffers_full
 
PgStat_Counter wal_write
 
PgStat_Counter wal_sync
 
PgStat_Counter wal_write_time
 
PgStat_Counter wal_sync_time
 
TimestampTz stat_reset_timestamp
 

Detailed Description

Definition at line 468 of file pgstat.h.

Field Documentation

◆ stat_reset_timestamp

TimestampTz PgStat_WalStats::stat_reset_timestamp

Definition at line 478 of file pgstat.h.

Referenced by pg_stat_get_wal(), and pgstat_wal_reset_all_cb().

◆ wal_buffers_full

PgStat_Counter PgStat_WalStats::wal_buffers_full

Definition at line 473 of file pgstat.h.

Referenced by pg_stat_get_wal().

◆ wal_bytes

uint64 PgStat_WalStats::wal_bytes

Definition at line 472 of file pgstat.h.

Referenced by pg_stat_get_wal().

◆ wal_fpi

PgStat_Counter PgStat_WalStats::wal_fpi

Definition at line 471 of file pgstat.h.

Referenced by pg_stat_get_wal().

◆ wal_records

PgStat_Counter PgStat_WalStats::wal_records

Definition at line 470 of file pgstat.h.

Referenced by pg_stat_get_wal().

◆ wal_sync

PgStat_Counter PgStat_WalStats::wal_sync

Definition at line 475 of file pgstat.h.

Referenced by pg_stat_get_wal().

◆ wal_sync_time

PgStat_Counter PgStat_WalStats::wal_sync_time

Definition at line 477 of file pgstat.h.

Referenced by pg_stat_get_wal().

◆ wal_write

PgStat_Counter PgStat_WalStats::wal_write

Definition at line 474 of file pgstat.h.

Referenced by pg_stat_get_wal().

◆ wal_write_time

PgStat_Counter PgStat_WalStats::wal_write_time

Definition at line 476 of file pgstat.h.

Referenced by pg_stat_get_wal().


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