POOL.STATUS

Top  Previous  Next

 

The POOL.STATUS command displays the status of connection pooling.

 

 

Format

 

POOL.STATUS

 

 

The POOL.STATUS command is normally only present in the VOC of the QMSYS account but it can be copied to other accounts if needed.

 

Pool name......  Limit  Timeout  Idle  Peak  Active  Peak

WEBPOOL             10      20      3     7       6     8

DEV                 30      40      0     2       0     2

 

The figures shown for each pool are:

LimitThe maximum number of processes allowed to enter the idles state at one time.
TimeoutThe period in seconds after which an idle process will be terminated.
IdleThe current number of idle processes.
PeakThe highest number of idle processes since the QM system was last started.
ActiveThe current number of active processes associated with this pool.
PeakTh highest number of active processes since the QM system was last started.

 

See also:
Connection pooling