postgresqlpostgresql-9.1postgresql-9.2adempiere

Tool to find the number of open postgresql connection in the application


Is there any tool to find the number of open postgresql connection in the application.


Solution

  • Try this

    select * from pg_stat_activity;