Обсуждение: incoming connections

Поиск
Список
Период
Сортировка

incoming connections

От
"Mario Simeone"
Дата:
how can I count the number of current connections to a postgres DB ?


Re: incoming connections

От
Ken Kinder
Дата:
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 ?
>