Link to home
Start Free TrialLog in
Avatar of Jared Hirst
Jared HirstFlag for Australia

asked on

Slow Speed Tests - Perc6i + 8 x 1.5TB RAID 10

Hey guys

Got a a Dual Quad Core 32GB Server
Perc6i with BBU
8 x 1.5TB WD RE4 RAID 10
Filesystem: EXT4
Strip: 64K

Its running slow or these commands are wrong, any help would be appreciated

root@svr1:~# hdparm -Tt /dev/sdb1

/dev/sdb1:
 Timing cached reads:   14932 MB in  2.00 seconds = 7473.84 MB/sec
 Timing buffered disk reads: 682 MB in  3.00 seconds = 227.30 MB/sec
root@svr1:~# hdparm -tT /dev/sdb1


root@svr1:~# dd if=/dev/sdb1 of=test bs=64k count=16k conv=fdatasync
16384+0 records in
16384+0 records out
1073741824 bytes (1.1 GB) copied, 14.9253 s, 71.9 MB/s
ASKER CERTIFIED SOLUTION
Avatar of Member_2_231077
Member_2_231077

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Avatar of David
David
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Jared Hirst

ASKER

Thanks guys totally forgot what I was testing here did think about block size of the writes :)