Calculating average block write time

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Calculating average block write time
Дата
Msg-id 90374fa3-d750-e1ab-2fad-eaa7142f6b5a@gmx.net
обсуждение исходный текст
Ответы Re: Calculating average block write time  (Thomas Kellerer <shammat@gmx.net>)
Список pgsql-general
I can easily calculate the average block read time using pg_stat_database and divide blk_read_time by blks_read.

While there is a column blk_write_time, it seems that there is no cummulative measure for the total number of blocks
written.

Am I missing something, or is this simply not tracked (as of Postgres 15)?

Regards
Thomas





В списке pgsql-general по дате отправления:

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: Reducing bandwidth usage of database replication
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: Reducing bandwidth usage of database replication