The diskstat table provides information about
writes to Disk Data tablespaces during the past 1 second.
The diskstat table contains the following
columns:
node_idNode ID of this node
block_instanceID of reporting instance of
PGMANpages_made_dirtyNumber of pages made dirty during the past second
reads_issuedReads issued during the past second
reads_completedReads completed during the past second
writes_issuedWrites issued during the past second
writes_completedWrites completed during the past second
log_writes_issuedNumber of times a page write has required a log write during the past second
log_writes_completedNumber of log writes completed during the last second
get_page_calls_issuedNumber of
get_page()calls issued during the past secondget_page_reqs_issuedNumber of times that a
get_page()call has resulted in a wait for I/O or completion of I/O already begun during the past secondget_page_reqs_completedNumber of
get_page()calls waiting for I/O or I/O completion that have completed during the past second
Notes
Each row in this table corresponds to an instance of
PGMAN; there is one such
instance per LDM thread plus an additional instance for each
data node.