If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > Total number of gateway connections - what is this?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-31-07, 07:34
grofaty grofaty is offline
Registered User
 
Join Date: Jan 2003
Posts: 1,570
Total number of gateway connections - what is this?

Hi,
on my db2 v8 fp11 on Linux I am trying to see what is happening with connections. So I have executed command:
Code:
db2inst1@lin9db28:~> db2 get snapshot for database manager | grep connections
Output is:
Code:
Remote connections to db manager               = 24
Remote connections executing in db manager     = 0
Local connections                              = 0
Local connections executing in db manager      = 0
Total number of gateway connections            = 717208
Current number of gateway connections          = 11
Gateway connections waiting for host reply     = 0
Gateway connections waiting for client request = 11
What is "Total number of gateway connections"? It is such a big number... Are this 717208 connections right now or is this some kind of counter?

Thanks,
Grofaty
Reply With Quote
  #2 (permalink)  
Old 07-31-07, 08:32
ARWinner ARWinner is offline
Registered User
 
Join Date: Jan 2003
Posts: 3,575
It is a counter. Here is the documentation:

http://publib.boulder.ibm.com/infoce...n/r0002262.htm

Andy
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On