几个硬盘速度对比

测试命令:

io=$( ( dd if=/dev/zero of=test_$$ bs=64k count=16k conv=fdatasync && rm -f test_$$ ) 2>&1 | awk -F, '{io=$NF} END { print io}' )
echo "I/O speed : $io"

gigenet  ST1000NM0033-9ZM173 (1TB SATAII - 7,200RPM,Power_On_Hours:1204)    174 MB/s  (建立的Xen 虚拟机:93.7 MB/s)

gigenet  WDC WD3000BLFS-01YBU0 (300G Raptor ,10000转,Power_On_Hours:9148)106 MB/s

gigenet  INTEL SSDSA2BW080G3 (80G SSD,Power_On_Hours:403) 89.5 MB/s

gigenetcloud  60G   139 MB/s


hivelocity INTEL SSDSC2BW120A3F   (server1,SATA 3, Power_On_Hours 取不到) 386 MB/s

hivelocity INTEL SSDSC2BW120A3F   (server2,SATA 3, Power_On_Hours 取不到) 377 MB/s

hivelocity INTEL SSDSC2CW060A3    (server3,SATA 3,Power_On_Hours 898320h,不准确)391 MB/s

hivelocity INTEL SSDSC2BB120G4  (server 4,SATA 2,Power_On_Hours:1678) 132 MB/s   (hdparm -I /dev/sda 没有显示支持  SATA Rev 3.0)

hivelocity WDC WD5000AAKX-00ERMA0 (server5,Power_On_Hours:4779)  91.7 MB/s

hivelocity WDC WD5000AAKX-001CA0  (server 6,Power_On_Hours:8510) 115 MB/s  (建立的Xen 虚拟机:79.2 MB/s)

hivelocity WDC WD5000AAKX-603CA0 (server 7,Power_On_Hours:13668)  97.0 MB/s  (建立的Xen 虚拟机:82.6 MB/s)

hivelocity INTEL SSDSC2CW060A3  (server 8,Power_On_Hours: 898814h 不准确)392MB/s

hivelocity INTEL SSDSC2BB080G4  (server 9, Power_On_Hours: 230) 100MB/s(hdparm -I /dev/sda 没有显示支持  SATA Rev 3.0)

2 个 SSDSC2CW120A3 组成 raid1  430M/s

4个 SSDSC2BB120G4 组成 raid10   249 MB/s  (建立的xen虚拟机 212 MB/s)


linode 2G Ram   77.8 MB/s

myhosting Virtuozzo 4G RAM  337 MB/s

myhosting Virtuozzo 1.5G RAM  48.7 MB/s

你可能感兴趣的:(几个硬盘速度对比)