Device: rrqm/s wrqm/s r/s w/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
sdb 19722.20 170.80 7141.60 27.80 114246.40 788.80 32.09 52.25 7.19 0.14 100.00
sda 4.40 6.80 331.00 43.00 1950.40 199.20 11.50 0.42 1.12 0.14 5.36
sdc 3357.60 105.00 5181.80 51.80 35856.80 627.20 13.94 13.00 2.48 0.19 98.20
sdd 48.80 88.00 902.00 128.00 5916.80 864.00 13.17 0.95 0.93 0.10 10.56
114MB/sのデータを読み取ると、SSDの使用率はデフォルトで100%に達します。
SSDの一般的な速度はどのくらいですか?
答え1
Arch Linux wikiには良いSSDベンチマークページがあります。読み書き速度をテストする最良の方法は、ddを使用することです。
https://wiki.archlinux.org/index.php/SSD_Benchmarking#Using_dd
書き込み速度:
$ cd /path/to/SSD
$ dd if=/dev/zero of=tempfile bs=1M count=1024 conv=fdatasync,notrunc
1024+0 records in
1024+0 records out
w bytes (x GB) copied, y s, z MB/s
読み取り速度:
# echo 3 > /proc/sys/vm/drop_caches
$ dd if=tempfile of=/dev/null bs=1M count=1024
1024+0 records in
1024+0 records out
w bytes (x GB) copied, y s, z MB/s
ご覧のとおり、パフォーマンスの結果はディスクによって大きく異なります。https://wiki.archlinux.org/index.php/SSD_Benchmarking#Table
パフォーマンスデータ
上記のURLの表を見ると、次の内容がわかります。
Vendor Model Cap [GB] Write [MB/sec] Read [MB/sec] Re-Read [MB/sec]
----- ----- -------- -------------- ------------- ----------------
Crucial C300 128 138 372 6500
...
CZ Vertex 3 120 245 225 4600
OCZ Vertex Turbo 30 49 115 2600
OCZ Vertex 2 240 852? 241 3400
OCZ Vertex 3 120 377 291 10300
OCZ Agility 3 120 445 455 8200
Samsung MMCQE28GFMUP-MVA 128 45 99 2300
Samsung 470 64 188 204 1000
...
114MB/s の読み取りスコアは、表の他の SSD カードと比較してリストの最下位にあります(該当するRead [MB/sec]
列を参照)。