Re: [GENERAL] General Performance questions - Mailing list pgsql-novice

From douggorley@shaw.ca
Subject Re: [GENERAL] General Performance questions
Date
Msg-id 163401390e.1390e16340@shaw.ca
Whole thread Raw
List 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 by date:

Previous
From: "Delao, Darryl W"
Date:
Subject: Re: [GENERAL] General Performance questions
Next
From: David C.Oshel
Date:
Subject: Apple's Java 1.4.1 seems to have broken DBVisualizer?