Re: Need to find out which process is hitting hda - Mailing list pgsql-general

From Tom Lane
Subject Re: Need to find out which process is hitting hda
Date
Msg-id 28635.1197615241@sss.pgh.pa.us
Whole thread Raw
In response to Re: Need to find out which process is hitting hda  ("Merlin Moncure" <mmoncure@gmail.com>)
Responses Re: Need to find out which process is hitting hda
List pgsql-general
"Merlin Moncure" <mmoncure@gmail.com> writes:
> there are a few things that I can think of that can can cause postgres
> to cause i/o on a drive other than the data drive:
> * logging (eliminate this by moving logs temporarily)
> * swapping (swap is high and changing, other ways)
> * dumps, copy statement (check cron)
> * procedures, especially the external ones (perl, etc) that write to disk

> my seat-of-the-pants guess is that you are looking at swap.

vmstat would confirm or disprove that particular guess, since it tracks
swap I/O separately.

            regards, tom lane

pgsql-general by date:

Previous
From: Stefan Schwarzer
Date:
Subject: Re: UNION not working... why?
Next
From: Tom Lane
Date:
Subject: Re: UNION not working... why?