<div dir="ltr">Hi Team,<br><div><br></div><div>Is there a way to find how many connections has a single Pgpool child process served?</div><div><br></div><div>For example: If child_max_connections is 10, then each child process will serve 10 requests and then respawn. How do I find how many connections the child process has served currently?</div><div><br></div><div>I looked into pool_counter from &quot;show pool_pools&quot; and I suppose it gives how many times my backend cached connections were reused and not the number of connections a child process has served.</div><div><br></div><div>Thanks and Regards,</div><div>Nikhil</div></div>