Quote:
Originally Posted by DeanoC
svctm and %utils are indicators to how long requests are taking, this indicates those two disk are taking a long time.
Without more details i'd be looking at drive or controller or cabling errors.
What does a dd test look like in iostat?
|
Raid 10, 6 drives (the one with faulty iostat):
# sync ; dd if=/dev/zero of=test.file bs=8k count=100k
102400+0 records in
102400+0 records out
838860800 bytes (839 MB) copied, 3.11384 seconds, 269 MB/s
# sync ; dd if=test.file of=/dev/null
1638400+0 records in
1638400+0 records out
838860800 bytes (839 MB) copied, 1.91765 seconds, 437 MB/s
Raid 5, 4 drives (our other server):
# sync ; dd if=/dev/zero of=test.file bs=8k count=100k
102400+0 records in
102400+0 records out
838860800 bytes (839 MB) copied, 2.06441 seconds, 406 MB/s
# sync ; dd if=test.file of=/dev/null
1638400+0 records in
1638400+0 records out
838860800 bytes (839 MB) copied, 1.78293 seconds, 470 MB/s