View Single Post
  #2 (permalink)  
Old 13th August, 2004, 11:18 AM
Kaitain's Avatar
Kaitain Kaitain is offline
Dunebug
 
Join Date: September 2001
Location: Jubail Industrial City, KSA
Posts: 3,913
Send a message via MSN to Kaitain Send a message via Skype™ to Kaitain

Looks about par for the course, actually. Remember that there are two "disk read speed" benchmarks - one is the read from the disk's cache, the other is reading from the disk itself.

Below are successive benchmarks of my software RAID0 array using Seagate drives, each test was 2 minutes apart, using hdparm in Linux (sorry, no Windows on this machine). Results are variable, but fairly similar to yours.

Code:
root@sixtyfour gfitch # hdparm -Tt /dev/md0

/dev/md0:
 Timing buffer-cache reads:   2096 MB in  2.00 seconds = 1047.11 MB/sec
 Timing buffered disk reads:  254 MB in  3.05 seconds =  83.21 MB/sec
root@sixtyfour gfitch # hdparm -Tt /dev/md0

/dev/md0:
 Timing buffer-cache reads:   2272 MB in  2.00 seconds = 1134.47 MB/sec
 Timing buffered disk reads:  180 MB in  3.00 seconds =  59.91 MB/sec
root@sixtyfour gfitch # hdparm -Tt /dev/md0

/dev/md0:
 Timing buffer-cache reads:   2248 MB in  2.00 seconds = 1122.49 MB/sec
 Timing buffered disk reads:  208 MB in  3.02 seconds =  68.95 MB/sec
root@sixtyfour gfitch # hdparm -Tt /dev/md0

/dev/md0:
 Timing buffer-cache reads:   2160 MB in  2.00 seconds = 1078.01 MB/sec
 Timing buffered disk reads:  248 MB in  3.00 seconds =  82.60 MB/sec
__________________
AOA Availability:
UK, Germany, Netherlands, France, Singapore, Hong Kong SAR, P.R. China, Bahrain, Abu DhabiSaudi Arabia

Available, Occasionally unavailable (rubbish network), Occasionally unavailable (blocked), Always blocked

I'll add more as I find them
Reply With Quote