從錯誤的RAID5中發現的問題
環境介紹:
oracle10.2.0.4
REDHAT5.1 64BIT
MEM:16G
STOR:720G
RAID:5
[@more@]今天要裝一臺備用資料庫,作業系統都是安裝好的,在安裝完之後檢測各項引數的時候發現重大問題,就是作業系統的I/0異常的慢:
RAID10:
[root@localhost u02]# dd if=/dev/zero of=testio bs=8192
392219+0 records in
392219+0 records out
3213058048 bytes (3.2 GB) copied, 13.2956 seconds, 242 MB/s
Device: rrqm/s wrqm/s r/s w/s rMB/s wMB/s avgrq-sz avgqu-sz await svctm %util
cciss/c0d0 0.00 29588.12 13.86 1460.40 0.06 132.43 184.04 101.84 73.98 0.59 87.13
avg-cpu: %user %nice %system %iowait %steal %idle
1.09 0.00 5.20 1.44 0.00 92.28
Device: rrqm/s wrqm/s r/s w/s rMB/s wMB/s avgrq-sz avgqu-sz await svctm %util
cciss/c0d0 0.00 79.00 45.00 120.00 0.18 0.77 11.68 1.14 6.74 5.09 84.00
avg-cpu: %user %nice %system %iowait %steal %idle
0.08 0.00 7.62 14.92 0.08 77.30
Device: rrqm/s wrqm/s r/s w/s rMB/s wMB/s avgrq-sz avgqu-sz await svctm %util
cciss/c0d0 0.00 32773.74 17.17 1345.45 0.07 119.44 179.62 98.07 67.45 0.70 95.35
avg-cpu: %user %nice %system %iowait %steal %idle
0.44 0.00 4.26 14.88 0.00 80.42
Device: rrqm/s wrqm/s r/s w/s rMB/s wMB/s avgrq-sz avgqu-sz await svctm %util
cciss/c0d0 0.00 43888.35 6.80 1965.05 0.03 179.87 186.84 141.22 71.18 0.49 97.48
avg-cpu: %user %nice %system %iowait %steal %idle
0.50 0.00 6.62 26.07 0.00 66.81
Device: rrqm/s wrqm/s r/s w/s rMB/s wMB/s avgrq-sz avgqu-sz await svctm %util
cciss/c0d0 0.00 44754.00 6.00 1964.00 0.02 181.86 189.09 146.11 73.80 0.51 100.40
avg-cpu: %user %nice %system %iowait %steal %idle
0.24 0.00 4.40 17.76 0.05 77.55
Device: rrqm/s wrqm/s r/s w/s rMB/s wMB/s avgrq-sz avgqu-sz await svctm %util
cciss/c0d0 0.00 46545.92 8.16 2040.82 0.03 189.54 189.48 149.80 73.16 0.50 102.45
[root@localhost u02]# time rm testio rm: remove regular file `testio'? y
real 0m2.235s
user 0m0.000s
sys 0m1.152s
RAID5:
[root@szpa-bak-db2 u02]# dd if=/dev/zero of=testio bs=8192440817+0 records in
440817+0 records out
3611172864 bytes (3.6 GB) copied, 17.1523 seconds, 211 MB/s
evice: rrqm/s wrqm/s r/s w/s rMB/s wMB/s avgrq-sz avgqu-sz await svctm %util
cciss/c0d0 0.00 7049.50 0.99 292.08 0.00 26.71 186.68 143.37 476.16 3.38 99.01
avg-cpu: %user %nice %system %iowait %steal %idle
0.23 0.00 3.99 11.50 0.00 84.28
Device: rrqm/s wrqm/s r/s w/s rMB/s wMB/s avgrq-sz avgqu-sz await svctm %util
cciss/c0d0 0.00 5740.00 2.00 273.00 0.01 24.73 184.26 144.84 525.63 3.65 100.40
avg-cpu: %user %nice %system %iowait %steal %idle
0.00 0.00 3.15 7.51 0.00 89.33
Device: rrqm/s wrqm/s r/s w/s rMB/s wMB/s avgrq-sz avgqu-sz await svctm %util
cciss/c0d0 0.00 6352.48 0.99 280.20 0.00 25.47 185.55 143.19 517.85 3.54 99.41
avg-cpu: %user %nice %system %iowait %steal %idle
0.00 0.00 0.60 12.81 0.00 86.59
Device: rrqm/s wrqm/s r/s w/s rMB/s wMB/s avgrq-sz avgqu-sz await svctm %util
cciss/c0d0 0.00 5703.00 1.00 245.00 0.00 22.35 186.08 143.17 562.78 4.08 100.40
[root@szpa-bak-db2 u02]# time rm testio rm: remove regular file `testio'? y
real 1m6.138s
user 0m0.000s
sys 0m0.904s
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10130206/viewspace-1043164/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- mysql的時區錯誤問題MySql
- 開發中遇到的錯誤
- JavaScript 中遇到的錯誤問題,該怎麼處理?JavaScript
- 解決 ngrok 的 Domain 錯誤問題AI
- 發現大師們的錯誤
- JPA 開發中遇到的錯誤
- 從錯誤中學習
- insert中啟用錯誤日誌的問題及分析
- 工程make時出現"時鐘錯誤的問題"的解決方案
- 解決 PBootCMS 中因資料庫名稱錯誤導致的“執行 SQL 發生錯誤!錯誤:no such table: ay_config”問題boot資料庫SQL
- Double型別精度問題引起的錯誤型別
- android.view.WindowLeaked 的錯誤問題AndroidView
- 關於PHP 時區錯誤的問題PHP
- 微信支付錯誤兩個問題的解決:curl出錯,錯誤碼:60
- 【SSH】--框架搭建錯誤及專案中問題框架
- MySql中SUM函式計算錯誤問題MySql函式
- 工程中JavaCodeReview發現的問題彙總JavaView
- scalatest在idea和maven中執行錯誤的問題解決IdeaMaven
- 八皇后問題的錯誤程式碼示範
- _findnext()除錯中斷,發生訪問錯誤,錯誤定位到ntdll.dll除錯
- 解決mysql使用GTID主從複製錯誤問題MySql
- ionic 開發中的一些錯誤
- 一次錯誤使用 go-cache 導致出現的線上問題Go
- 詳細剖析Win7撥號出現錯誤711的問題Win7
- 在jbuilder中開發ejb出現的問題求救!UI
- SOLIDWORKS啟動時出現指令碼錯誤問題Solid指令碼
- sqlplus註釋行號錯誤的問題SQL
- Oracle 常見的錯誤問題及解決方法Oracle
- ftp到ASM磁碟組路徑錯誤的問題FTPASM
- Druid連線池引數maxWait配置錯誤引發的問題UIAI
- webpack 中版本相容性問題錯誤總結Web
- GoldenGate MSSQL Oracle的主鍵問題導致的錯誤GoSQLOracle
- Windows重置網路卡錯誤問題Windows
- 建模重要性:使用建模工具發現Paxos實現中的一個錯誤 - brooker
- Windows 下 PHP 7 中 *getcsv 函式解析 CSV 錯誤的問題記錄WindowsPHP函式
- Servlet訪問WebService出現錯誤ServletWeb
- 用 Python 指令碼發現 OpenStack Overcloud 中的問題Python指令碼Cloud
- 某次資料庫效能監控中發現的問題資料庫