|
|
刚刚测了一下 io这么猛 没有邻居的感觉真好
Block Size | 4k (IOPS) | 64k (IOPS)
------ | --- ---- | ---- ----
Read | 375.94 MB/s (93.9k) | 2.56 GB/s (40.1k)
Write | 376.93 MB/s (94.2k) | 2.58 GB/s (40.3k)
Total | 752.88 MB/s (188.2k) | 5.15 GB/s (80.5k)
| |
Block Size | 512k (IOPS) | 1m (IOPS)
------ | --- ---- | ---- ----
Read | 2.52 GB/s (4.9k) | 2.46 GB/s (2.4k)
Write | 2.65 GB/s (5.1k) | 2.62 GB/s (2.5k)
Total | 5.18 GB/s (10.1k) | 5.09 GB/s (4.9k)
/dev/sda 251G 1.5G 237G 1% /home2
tmpfs 100M 0 100M 0% /run/user/0
root@debian:~# dd if=/dev/sda of=500m.bin bs=500M count=1
1+0 records in
1+0 records out
524288000 bytes (524 MB, 500 MiB) copied, 2.68932 s, 195 MB/s
root@debian:~# dd if=/dev/sda of=1000m.bin bs=1000M count=1
1+0 records in
1+0 records out
1048576000 bytes (1.0 GB, 1000 MiB) copied, 11.3643 s, 92.3 MB/s
root@debian:~# swapoff -a
swapon -a
root@debian:~# swapon -a
root@debian:~# dd if=/dev/sda of=1000m.bin bs=1000M count=1
1+0 records in
1+0 records out
1048576000 bytes (1.0 GB, 1000 MiB) copied, 11.1188 s, 94.3 MB/s
root@debian:~# dd if=/dev/sda of=500m.bin bs=500M count=1
1+0 records in
1+0 records out
524288000 bytes (524 MB, 500 MiB) copied, 1.47773 s, 355 MB/s
|
|