Re: Read/Write operation counts

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Read/Write operation counts
Date: 2017-01-18 21:10:41
Message-ID: 317a1bab-d04f-4d87-aba0-7c4907c2f618@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Rader, David 2017-01-18 21:18:33 Re: Read/Write operation counts
Previous Message Anirudh Jayakumar 2017-01-18 21:02:40 Read/Write operation counts