檢視當前pg會話連線數
select current_timestamp,cnt from (select count(*) as cnt from pg_stat_activity) \watch 10 1000000;
show max_connections;
查詢出來為資料庫最大連線數,預設2000
其次查詢下面SQL,如果總和基本達到2000說明會話滿了
select count(*),state from pg_stat_activity group by state order by 1 ;
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29990276/viewspace-2901897/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle檢視允許的最大連線數和當前連線數Oracle
- 檢視當前會話session id方法:會話Session
- 如何實時檢視mysql當前連線數? 薦MySql
- oracle檢視允許的最大連線數和當前連線數等資訊Oracle
- MySQL show processlist命令詳解及檢視當前連線數MySql
- Oracle 檢視當前會話 SESSION ID 方法 說明Oracle會話Session
- 【轉載】檢視當前會話SID的三種方法會話
- 檢視Oracle連線數Oracle
- 檢視sqlserver連線數SQLServer
- 從V$SESSMETRIC檢視中找出當前最佔用資源的會話SSM會話
- 檢視Linux連線數Linux
- MYSQL 檢視最大連線數和修改最大連線數MySql
- 檢視資料庫的當前連線session,以及其執行的sql資料庫SessionSQL
- 檢視oracle當前sessionOracleSession
- Linux檢視環境變數當前資訊和檢視命令Linux變數
- oracle 10046當前會話Oracle會話
- 保持會話連線會話
- oracle 會話,連線Oracle會話
- 在SQL Server裡檢視當前連線的線上使用者數_相約在明天_新浪部落格SQLServer
- 檢視git當前版本號Git
- 檢視當前系統程式
- 獲取當前會話資訊的方法會話
- Oracle 查詢當前會話標識Oracle會話
- 檢視網路連線數netstat -an
- 檢視並修改oracle最大連線數Oracle
- ORACLE檢視並修改最大連線數Oracle
- 【會話】V$SESSION檢視會話Session
- 查詢oracle歷史最大連線[會話]數Oracle會話
- Python 檢視當前環境所有變數的大小Python變數
- Oracle查詢當前會話的sidOracle會話
- oracle 跟蹤當前使用者會話Oracle會話
- 獲取當前會話資訊的方法(二)會話
- 獲取當前會話的trc檔名會話
- Linux檢視埠併發連線數Linux
- PG物件檢視物件
- 在檢視中使用會話會話
- Centos下檢視當前目錄大小及檔案個數CentOS
- MySQL檢視當前資料庫庫MySql資料庫