PostgreSQL Source Code: BufferUsage Struct Reference (original) (raw)

#include <[instrument.h](instrument%5F8h%5Fsource.html)>

Data Fields
int64 shared_blks_hit
int64 shared_blks_read
int64 shared_blks_dirtied
int64 shared_blks_written
int64 local_blks_hit
int64 local_blks_read
int64 local_blks_dirtied
int64 local_blks_written
int64 temp_blks_read
int64 temp_blks_written
instr_time shared_blk_read_time
instr_time shared_blk_write_time
instr_time local_blk_read_time
instr_time local_blk_write_time
instr_time temp_blk_read_time
instr_time temp_blk_write_time

Definition at line 24 of file instrument.h.

local_blk_read_time

local_blk_write_time

local_blks_dirtied

int64 BufferUsage::local_blks_dirtied

local_blks_hit

int64 BufferUsage::local_blks_hit

local_blks_read

int64 BufferUsage::local_blks_read

local_blks_written

int64 BufferUsage::local_blks_written

shared_blk_read_time

shared_blk_write_time

shared_blks_dirtied

int64 BufferUsage::shared_blks_dirtied

shared_blks_hit

int64 BufferUsage::shared_blks_hit

shared_blks_read

int64 BufferUsage::shared_blks_read

shared_blks_written

int64 BufferUsage::shared_blks_written

temp_blk_read_time

temp_blk_write_time

temp_blks_read

int64 BufferUsage::temp_blks_read

temp_blks_written

int64 BufferUsage::temp_blks_written


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