我想获得有关一段时间内连接峰值数量的统计信息。
我知道这种pg_stat_activity观点,就像select count(*) from pg_stat_activity,但我认为这种方法不是很聪明。
pg_stat_activity
select count(*) from pg_stat_activity
是否有其他视图或表格可以提供我需要的信息?
postgresql monitoring
monitoring ×1
postgresql ×1