sp_iqmpxincconnpoolinfo Procedure

If run on the coordinator node, displays INC connection pool status for every node. If executed on a secondary node, displays INC connection pool status for only the current node.

Syntax

sp_iqmpxincconnpoolinfo

Applies to

Multiplex only.

Privileges

You must have EXECUTE privilege on the system procedure, as well as the MANAGE MULTIPLEX system privilege.

Remarks

If the procedure is run on the coordinator and a secondary node is not responding or has timed out, the result set omits the row for that node, because this data cannot be accessed unless that node is running.

The sp_iqmpxincconnpoolinfo procedure returns:

Column Name Data Type Description
server_id unsigned int Identifier for the server
server_name char(128) Name of the server
current_pool_size unsigned int Current size of connection pool
idle_connection_count unsigned int Number of idle connections in the pool
connections_in_use unsigned int Number of connections in use

Example

Shows sample output of sp_iqmpxincconnpoolinfo:

server_id,server_name,current_pool_size,
idle_connection_count,connections_in_use

2,'r2_dbsrv90210',0,0,0

3,'w3_dbsrv90210',0,0,0
Related reference
Determining the Security Model Used by a Database