Re: [GENERAL] Read/Write operation counts

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: [GENERAL] Read/Write operation counts
Дата
Msg-id 317a1bab-d04f-4d87-aba0-7c4907c2f618@hogranch.com
обсуждение исходный текст
Ответ на [GENERAL] Read/Write operation counts  (Anirudh Jayakumar <jayakumar.anirudh@gmail.com>)
Ответы Re: [GENERAL] Read/Write operation counts
Список pgsql-general
On 1/18/2017 1:02 PM, Anirudh Jayakumar wrote:
> Is there a way to retrieve the total read/write operations initiated
> by a PG server. I'm looking for measuring the IOPS of a server over a
> period of time.

postgres itself doesn't actually know how many physical disk operations
are taking place as it only deals with files.

if its unix/linux, you can use iostat or sar to track all the disk I/O
over an interval of time.

--
john r pierce, recycling bits in santa cruz



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

Предыдущее
От: Anirudh Jayakumar
Дата:
Сообщение: [GENERAL] Read/Write operation counts
Следующее
От: "Rader, David"
Дата:
Сообщение: Re: [GENERAL] Read/Write operation counts