Thread: Re: [GENERAL] General Performance questions

Re: [GENERAL] General Performance questions

From
douggorley@shaw.ca
Date:
> 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