Re: Performance monitor signal handler

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Performance monitor signal handler
Дата
Msg-id 200103131455.JAA09690@candle.pha.pa.us
обсуждение исходный текст
Ответ на Performance monitor signal handler  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
> >
> >This ought to always give a consistant snapshot of the file to
> >whomever opens it.
> >
> 
> I think Tom has previously stated that there are technical reasons not to
> do IO in signal handlers, and I have philosophical problems with
> performance monitors that ask 50 backends to do file IO. I really do think
> shared memory is TWTG.

The good news is that right now pgmonitor gets all its information from
'ps', and only shows the query when the user asks for it.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


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

Предыдущее
От: Thomas Graichen
Дата:
Сообщение: Re: PostgreSQL on multi-CPU systems
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Performance monitor