Re: [GENERAL] General Performance questions

From: douggorley(at)shaw(dot)ca
To: "Delao, Darryl W" <ddelao(at)ou(dot)edu>
Cc: 'Tom Lane' <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "'pgsql-novice(at)postgresql(dot)org'" <pgsql-novice(at)postgresql(dot)org>, "'pgsql-general(at)postgresql(dot)org'" <pgsql-general(at)postgresql(dot)org>
Subject: Re: [GENERAL] General Performance questions
Date: 2003-03-11 16:24:25
Message-ID: 163401390e.1390e16340@shaw.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)shaw(dot)ca

Browse pgsql-novice by date

  From Date Subject
Next Message Neil Conway 2003-03-11 17:12:03 Re: General Performance questions
Previous Message Tom Lane 2003-03-11 15:37:53 Re: General Performance questions