| От | Tom Lane |
|---|---|
| Тема | Re: autovacuum hung? |
| Дата | |
| Msg-id | 15274.1243804436@sss.pgh.pa.us обсуждение исходный текст |
| Ответ на | Re: autovacuum hung? (Brian Cox <brian.cox@ca.com>) |
| Список | pgsql-performance |
Brian Cox <brian.cox@ca.com> writes:
> OK. You mentioned strace. It's got a lot of options; any in particular
> that would be useful if this happens again?
I'd just do "strace -p processID" and watch it for a little while.
If it's not hung, you'll see the process issuing kernel calls at
some rate or other.
If it is hung, you'll most likely see something like
semop(...)
and it just sits there. Also, if you see nothing but a series of
select()s with varying timeouts, that would suggest a stuck spinlock
(although I doubt that was happening, as it would eventually timeout
and report a failure).
regards, tom lane
В списке pgsql-performance по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера