| От | Steve Crawford |
|---|---|
| Тема | Re: Recent High CPU |
| Дата | |
| Msg-id | 200407171035.10293.scrawford@pinpointresearch.com обсуждение |
| Ответ на | Recent High CPU (Hunter Hillegas <lists@lastonepicked.com>) |
| Список | pgsql-general |
On Friday 16 July 2004 10:57 pm, Hunter Hillegas wrote: > I have recently seen my 'postmaster' processes sucking up a lot of > CPU. > > What can I do to determine why they have started eating the > processors? > Here are some starting places: Check the Postgresql log files for clues. Find what queries are running: select * from pg_stat_activity; Use basic system tools (ps, netstat, fuser, etc.) to track back to the client machine and process that is triggering the high usage. The above may lead you to the answer. If not, ask here again with the info you have discovered. Cheers, Steve
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера