HTS725050A9A364

Posted on 2011/02/12(Sat) 02:09 in technical

HTS725050A9A364の読み込み性能を軽く測った結果、ZFSの記事は飛ばし記事みたいになってしまったから、当たり障りの無い表現に修正しておこう。

決してファイルシステムによる性能劣化…ではない、という辺りで。

とはいえ、何も考えずにdd使うと、ZFSは外周から素直に埋めていくってことは分かったよね。って言い訳。:

# dd if=/dev/dsk/c3t1d0 of=/dev/null bs=512k count=30720
30720+0 records in
30720+0 records out
16106127360 bytes (16 GB) copied, 154.042 s, 105 MB/s

# dd if=/dev/dsk/c3t1d0 of=/dev/null bs=512k count=30720 skip=183501
30720+0 records in
30720+0 records out
16106127360 bytes (16 GB) copied, 165.277 s, 97.4 MB/s

# dd if=/dev/dsk/c3t1d0 of=/dev/null bs=512k count=30720 skip=367002
30720+0 records in
30720+0 records out
16106127360 bytes (16 GB) copied, 179.443 s, 89.8 MB/s

# dd if=/dev/dsk/c3t1d0 of=/dev/null bs=512k count=30720 skip=550503
30720+0 records in
30720+0 records out
16106127360 bytes (16 GB) copied, 200.13 s, 80.5 MB/s

# dd if=/dev/dsk/c3t1d0 of=/dev/null bs=512k count=30720 skip=734004
30720+0 records in
30720+0 records out
16106127360 bytes (16 GB) copied, 234.006 s, 68.8 MB/s

# dd if=/dev/dsk/c3t1d0 of=/dev/null bs=512k count=30720 skip=917505
30720+0 records in
30720+0 records out
16106127360 bytes (16 GB) copied, 298.22 s, 54.0 MB/s