Oracle服務(wù)器系統(tǒng)負(fù)載過(guò)高的處理
來(lái)源:懂視網(wǎng)
責(zé)編:小采
時(shí)間:2020-11-09 08:30:04
Oracle服務(wù)器系統(tǒng)負(fù)載過(guò)高的處理
Oracle服務(wù)器系統(tǒng)負(fù)載過(guò)高的處理:1.檢查系統(tǒng) top命令顯示系統(tǒng) load averages: 99.90, 117.54, 125.71 觀察cpu使用率不高。 iowait 高! 2.檢查進(jìn)程數(shù)量 ps -ef|grep oracle|wc -l 顯示進(jìn)程數(shù)量大概在150左右 3.檢查數(shù)據(jù)庫(kù) 查詢v$session_wait獲取各進(jìn)程等待事件 SQL
導(dǎo)讀Oracle服務(wù)器系統(tǒng)負(fù)載過(guò)高的處理:1.檢查系統(tǒng) top命令顯示系統(tǒng) load averages: 99.90, 117.54, 125.71 觀察cpu使用率不高。 iowait 高! 2.檢查進(jìn)程數(shù)量 ps -ef|grep oracle|wc -l 顯示進(jìn)程數(shù)量大概在150左右 3.檢查數(shù)據(jù)庫(kù) 查詢v$session_wait獲取各進(jìn)程等待事件 SQL
1.檢查系統(tǒng) top命令顯示系統(tǒng) load averages: 99.90, 117.54, 125.71 觀察cpu使用率不高。 iowait 高! 2.檢查進(jìn)程數(shù)量 ps -ef|grep oracle|wc -l 顯示進(jìn)程數(shù)量大概在150左右 3.檢查數(shù)據(jù)庫(kù) 查詢v$session_wait獲取各進(jìn)程等待事件 SQL select sid,event,p1,p1t
1.檢查系統(tǒng) top命令顯示系統(tǒng) load averages: 99.90, 117.54, 125.71
觀察cpu使用率不高。 iowait 高!
2.檢查進(jìn)程數(shù)量
ps -ef|grep oracle|wc -l 顯示進(jìn)程數(shù)量大概在150左右
3.檢查數(shù)據(jù)庫(kù)
查詢v$session_wait獲取各進(jìn)程等待事件
SQL> select sid,event,p1,p1text from v$session_wait;
SID EVENT P1 P1TEXT
----- --------------------------------------------------
124 latch free 1.6144E+10 address
1 pmon timer 300 duration
2 rdbms ipc message 300 timeout
3 rdbms ipc message 300 timeout
11 rdbms ipc message 30000 timeout
6 rdbms ipc message 180000 timeout
4 rdbms ipc message 300 timeout
134 rdbms ipc message 6000 timeout
147 rdbms ipc message 6000 timeout
275 rdbms ipc message