diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/monitoring.sgml | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index e5888fae2b5..4e917f159aa 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -4053,6 +4053,44 @@ description | Waiting for a newly initialized WAL file to reach durable storage daemon </para></entry> </row> + + <row> + <entry role="catalog_table_entry"><para role="column_definition"> + <structfield>total_vacuum_time</structfield> <type>double precision</type> + </para> + <para> + Total time this table has been manually vacuumed, in milliseconds + </para></entry> + </row> + + <row> + <entry role="catalog_table_entry"><para role="column_definition"> + <structfield>total_autovacuum_time</structfield> <type>double precision</type> + </para> + <para> + Total time this table has been vacuumed by the autovacuum daemon, + in milliseconds + </para></entry> + </row> + + <row> + <entry role="catalog_table_entry"><para role="column_definition"> + <structfield>total_analyze_time</structfield> <type>double precision</type> + </para> + <para> + Total time this table has been manually analyzed, in milliseconds + </para></entry> + </row> + + <row> + <entry role="catalog_table_entry"><para role="column_definition"> + <structfield>total_autoanalyze_time</structfield> <type>double precision</type> + </para> + <para> + Total time this table has been analyzed by the autovacuum daemon, + in milliseconds + </para></entry> + </row> </tbody> </tgroup> </table> |