Aggregate stats for a Pool or BalancedPool.
new PoolStats(pool)Arguments:
Pool - Pool or BalancedPool from which to return stats.PoolStats.connectedNumber of open socket connections in this pool.
PoolStats.freeNumber of open socket connections in this pool that do not have an active request.
PoolStats.pendingNumber of pending requests across all clients in this pool.
PoolStats.queuedNumber of queued requests across all clients in this pool.
PoolStats.runningNumber of currently active requests across all clients in this pool.
PoolStats.sizeNumber of active, pending, or queued requests across all clients in this pool.