Re: Need to find out which process is hitting hda

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Need to find out which process is hitting hda
Дата
Msg-id 28635.1197615241@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Need to find out which process is hitting hda  ("Merlin Moncure" <mmoncure@gmail.com>)
Ответы Re: Need to find out which process is hitting hda  (Ow Mun Heng <Ow.Mun.Heng@wdc.com>)
Список 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 по дате отправления:

Предыдущее
От: Stefan Schwarzer
Дата:
Сообщение: Re: UNION not working... why?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: UNION not working... why?