by Rick Denoi » Tue, 08 Jun 2004 04:22:19
Hello again
Take a look at the result of the command
iostat -x /dev/emcpowerd1 5
on the Linux box. This is a LUN located on SATA disks in a RAID 5
group of 9+1 disks, no other I/O is taking place on other LUNs of the
same group. These results were recorded after issuing the a command to
delete about 40 files (about 200 GB all together - these are big
files). While I am writing this message, the rm command is still
running... after 1 hour. Incredible! I think that deleting files only
removes the inodes from the metadata, so the size of the files is not
so important.
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s avgrq-sz avgqu-sz
await svctm %util
emcpowerd1
0,00 0,00 0,80 0,00 6,40 0,00 8,00 0,00
11950,00 0,00 0,00
avg-cpu: %user %nice %sys %idle
0,00 0,00 0,12 99,88
emcpowerd1
0,00 0,00 1,20 0,00 9,60 0,00 8,00 8589934,57
7500,00 16,67 0,20
avg-cpu: %user %nice %sys %idle
0,00 0,00 0,12 99,88
emcpowerd1
0,00 0,00 0,80 0,00 6,40 0,00 8,00 0,00
11475,00 0,00 0,00
avg-cpu: %user %nice %sys %idle
0,47 0,00 0,12 99,40
emcpowerd1
0,00 0,00 1,00 0,00 8,00 0,00 8,00 0,00
11300,00 0,00 0,00
avg-cpu: %user %nice %sys %idle
0,00 0,00 0,15 99,85
emcpowerd1
0,00 0,00 1,00 0,00 8,00 0,00 8,00 0,00
9880,00 0,00 0,00
avg-cpu: %user %nice %sys %idle
0,00 0,00 0,12 99,88
emcpowerd1
0,00 1,80 7,40 0,40 59,20 17,60 9,85 8589934,57
1430,77 2,56 0,20
The average queue size does not make sense. The await time (average
wait) is constantly very high. About every 30 sec, a write request
takes place. I don't understand this behaviour.
Any hint?
Bye
Rick Denoire