Check intra_parallel instance parameter, if intra_parallel is enabled , db2 invokes multiple agenets to process request.
The list applications show detail will give you the no of agents handling each request.
Check your db2diag.log file.
use db2 get snapshot for dbm|grep 'Agents'
check the corodinating agents and agent registered.
Also check the agents created from empty pool.
check your connection concentration MAX_CONNECTIONS > MAX_COORDAGENTS
if you have less than 200 connections, don't turn that on.
regards,
mujeeb