Skip to content

New monitoring metric in PostgreSQL 16: pg_stat_io #324

@jchancojr

Description

@jchancojr

Add view for pg_stat_io

pg_stat_io:
Rows of the view show IO operations for a particular backend type, IO target
object, IO context combination (e.g. a client backend's operations on
permanent relations in shared buffers) and each column in the view is the
total number of IO Operations done (e.g. writes). So a cell in the view would
be, for example, the number of blocks of relation data written from shared
buffers by client backends since the last stats reset.

https://www.postgresql.org/message-id/[email protected]
https://pganalyze.com/blog/pg-stat-io

Metadata

Metadata

Assignees

No one assigned

    Labels

    FEATURENew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions