dbTalk Databases Forums  

See how many connections

comp.databases.postgresql.novice comp.databases.postgresql.novice


Discuss See how many connections in the comp.databases.postgresql.novice forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Rob Sell
 
Posts: n/a

Default See how many connections - 01-07-2004 , 01:08 PM






Is there a way to see how many connections are open at a given time. We have
a constantly running program gathering data and putting it into a table. And
we are wondering if there is a way to view how many connections it is using,
so we are sure that the program is running correctly.

Rob


---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo (AT) postgresql (DOT) org


Reply With Quote
  #2  
Old   
Tom Lane
 
Posts: n/a

Default Re: See how many connections - 01-07-2004 , 02:06 PM






"Rob Sell" <lists (AT) facnd (DOT) com> writes:
Quote:
Is there a way to see how many connections are open at a given time.
See pg_stat_activity, or run "ps" and count the backend processes ...

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.