Is there any tool to find the number of open postgresql connection in the application.
Try this
select * from pg_stat_activity;