fetus Diary
2008/09/04(木) - 予想はしてたけど
# ---------- dd による測定(r) ----------
# ↓ SATA 接続
[root@YOHKO ~]# dd if=/dev/sda2 of=/dev/null bs=16k count=10k
10240+0 records in
10240+0 records out
167772160 bytes (168 MB) copied, 2.00289 seconds, 83.8 MB/s
# ↓ 外付け HDD 1 単体
[root@YOHKO ~]# dd if=/dev/sdc1 of=/dev/null bs=16k count=10k
10240+0 records in
10240+0 records out
167772160 bytes (168 MB) copied, 8.97195 seconds, 18.7 MB/s
# ↓ 外付け HDD 2 単体
[root@YOHKO ~]# dd if=/dev/sdd1 of=/dev/null bs=16k count=10k
10240+0 records in
10240+0 records out
167772160 bytes (168 MB) copied, 9.02088 seconds, 18.6 MB/s
# ↓ 外付け HDD 束ねたもの(何故か LVM のストライピング)
[root@YOHKO ~]# dd if=/dev/VGNikoichi/LVNikoichi of=/dev/null bs=16k count=10k
10240+0 records in
10240+0 records out
167772160 bytes (168 MB) copied, 9.06528 seconds, 18.5 MB/s
# ---------- hdparm による測定(r) ----------
# ↓ SATA 接続
[root@YOHKO ~]# hdparm -t /dev/sda2
/dev/sda2:
Timing buffered disk reads: 234 MB in 3.01 seconds = 77.76 MB/sec
# ↓ 外付け HDD 1 単体
[root@YOHKO ~]# hdparm -t /dev/sdc1
/dev/sdc1:
Timing buffered disk reads: 54 MB in 3.04 seconds = 17.77 MB/sec
# ↓ 外付け HDD 2 単体
[root@YOHKO ~]# hdparm -t /dev/sdd1
/dev/sdd1:
Timing buffered disk reads: 54 MB in 3.04 seconds = 17.78 MB/sec
# ↓ 外付け HDD 束ねたもの
[root@YOHKO ~]# hdparm -t /dev/VGNikoichi/LVNikoichi
/dev/VGNikoichi/LVNikoichi:
Timing buffered disk reads: 54 MB in 3.04 seconds = 17.77 MB/sec
# ---------- dd による測定(w) ----------
# ↓ SATA 接続(md による RAID 0)
[root@YOHKO ~]# dd if=/dev/zero of=/var/hoge.tmp bs=64k count=10k
10240+0 records in
10240+0 records out
671088640 bytes (671 MB) copied, 18.0545 seconds, 37.2 MB/s
# ↓ 外付け HDD 束ねたもの
[root@YOHKO mnt]# dd if=/dev/zero of=/mnt/hoge/hoge.tmp bs=64k count=10k
10240+0 records in
10240+0 records out
671088640 bytes (671 MB) copied, 38.4323 seconds, 17.5 MB/s
おっそ
この 17MB/s とかって誰が当たってるんだろう…。
usb 1-8: new high speed USB device using ehci_hcd and address 4
usb 1-8: configuration #1 chosen from 1 choice
scsi8 : SCSI emulation for USB Mass Storage devices
Vendor: Hitachi Model: HDT725032VLA360 Rev:
Type: Direct-Access ANSI SCSI revision: 02
SCSI device sdc: 625142448 512-byte hdwr sectors (320073 MB)
sdc: Write Protect is off
sdc: assuming drive cache: write through
SCSI device sdc: 625142448 512-byte hdwr sectors (320073 MB)
sdc: Write Protect is off
sdc: assuming drive cache: write through
sdc: sdc1
sd 8:0:0:0: Attached scsi disk sdc
sd 8:0:0:0: Attached scsi generic sg2 type 0
Vendor: Hitachi Model: HDP725032GLA360 Rev:
Type: Direct-Access ANSI SCSI revision: 02
SCSI device sdd: 625142448 512-byte hdwr sectors (320073 MB)
sdd: Write Protect is off
sdd: assuming drive cache: write through
SCSI device sdd: 625142448 512-byte hdwr sectors (320073 MB)
sdd: Write Protect is off
sdd: assuming drive cache: write through
sdd: sdd1
sd 8:0:0:1: Attached scsi disk sdd
sd 8:0:0:1: Attached scsi generic sg3 type 0
一応 High Speed だとは思っているっぽいけど…、Linux マシンに HID 以外の USB デバイス刺したの初めてなのでよくわからない。
# チップかのぅ…。
- 08/09/05 2:36
コメント
コメントはありません。