Re: [GENERAL] General Performance questions

Поиск
Список
Период
Сортировка
От douggorley@shaw.ca
Тема Re: [GENERAL] General Performance questions
Дата
Msg-id 163401390e.1390e16340@shaw.ca
обсуждение исходный текст
Список pgsql-novice
> Netstat -c shows both tcp and unix...at no time did they ever show
> more than
> 4 connections when the server reached its limit..
>
> Whats a good way to check ps output?
>

I like this format myself:

  ps -auxw | grep ^postgres | perl -ane 'splice @F, 4, 4; print "@F$/"'

Works great here.

Doug Gorley | douggorley@shaw.ca




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

Предыдущее
От: "Delao, Darryl W"
Дата:
Сообщение: Re: [GENERAL] General Performance questions
Следующее
От: David C.Oshel
Дата:
Сообщение: Apple's Java 1.4.1 seems to have broken DBVisualizer?