dd if=/dev/zero of=/tmp/test1.img bs=1G count=1 oflag=dsync
1073741824 bytes (1,1 GB, 1,0 GiB) copied, 2,42738 s, 442 MB/s
megacli -LDInfo -Lall -aAll
Adapter 0 -- Virtual Drive Information:
Virtual Drive: 0 (Target Id: 0)
Name :Volume0
RAID Level : Primary-1, Secondary-0, RAID Level Qualifier-0
Size : 893.25 GB
Sector Size : 512
Is VD emulated : Yes
Mirror Data : 893.25 GB
State : Optimal
Strip Size : 256 KB
Number Of Drives per span:2
Span Depth : 2
Default Cache Policy: WriteThrough, ReadAhead, Direct, No Write Cache if Bad BBU
Current Cache Policy: WriteThrough, ReadAhead, Direct, No Write Cache if Bad BBU
Default Access Policy: Read/Write
Current Access Policy: Read/Write
Disk Cache Policy : Disk's Default
Encryption Type : None
Bad Blocks Exist: No
PI type: No PI
Is VD Cached: No
hdparm -Tt /dev/sda
/dev/sda:
Timing cached reads: 22230 MB in 1.99 seconds = 11178.21 MB/sec
Timing buffered disk reads: 1608 MB in 3.00 seconds = 535.62 MB/sec
root@epsilon:/home/kiran# dd if=/dev/zero of=/root/test bs=128k count=10k
10240+0 records in
10240+0 records out
1342177280 bytes (1,3 GB, 1,2 GiB) copied, 0,871777 s, 1,5 GB/s
То есть проблема появляется когда много мелких записей. 1 ядро проца под завязку. Теперь надо понять что сделать что бы решить этот вопрос...