| 117 | * [http://www.scriptbits.net/2009/07/how-to-identify-what-processes-are-generating-io-wait-load/ How to identify what processes are generating IO Wait load?] |
| 118 | {{{ |
| 119 | Jun run "pidstat -d 5" and it will print the list of processes doing IO over the last 5 seconds. |
| 120 | }}} |
| 121 | |
| 122 | * [http://ubuntuforums.org/showthread.php?t=1382161 Re: Major problems: High Iowait. Change filesystem from etx4 to xfs/ext3/jfs?] |
| 123 | {{{ |
| 124 | vm.dirty_writeback_centisecs=100 |
| 125 | vm.dirty_expire_centisecs=100" |
| 126 | }}} |
| 127 | |
| 128 | * [http://ubuntuforums.org/showthread.php?t=200004 iowait problem] - 顯示了使用 vmstat , iostat , hdparm 的技巧 |
| 129 | |