Thread: incoming connections

incoming connections

From
"Mario Simeone"
Date:
how can I count the number of current connections to a postgres DB ?


Re: incoming connections

From
Ken Kinder
Date:
One way I think of is just grepping for postgres in your ps command. I
think each connection gets its on thread. On Linux, ps will show threads.

--
Ken Kinder
www.kenkinder.com

On Wed, 12 Jul 2000, Mario Simeone wrote:

> how can I count the number of current connections to a postgres DB ?
>