This afternoon, all of a sudden, load went up 3 fold on one of my servers and kept up for hours (still high).
A quick check with top reveals a higher IO than usual but nothing seems out of the ordinary as far as tasks running is concerned.
I suspect one of the Raid disks is having problems.
Can someone please help by inspecting this output from iostat:
Wich of these drives is underperformimg?
Thanks
A quick check with top reveals a higher IO than usual but nothing seems out of the ordinary as far as tasks running is concerned.
I suspect one of the Raid disks is having problems.
Can someone please help by inspecting this output from iostat:
Code:
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s avgrq-sz avgqu-sz await svctm %util
sda 2.08 24.62 27.06 29.21 3277.09 980.00 75.65 0.49 8.75 3.21 18.09
sdb 1.92 24.93 27.32 28.91 3283.12 980.00 75.82 0.21 3.72 3.14 17.67
md1 0.00 0.00 0.11 0.04 0.89 0.35 8.00 0.00 0.00 0.00 0.00
md3 0.00 0.00 11.22 45.41 536.24 855.59 24.58 0.00 0.00 0.00 0.00
md2 0.00 0.00 0.01 3.17 0.08 108.66 34.20 0.00 0.00 0.00 0.00
md0 0.00 0.00 0.00 0.00 0.00 0.00 7.95 0.00 0.00 0.00 0.00
Thanks