<h2>커넥션 현황 보기</h2> <pre>SELECT count(*) from pg_stat_activity;</pre> <h2>파이썬에서 사용하기</h2> <pre>import psycopg2<br><br></pre>