- root@linux:~# dd if=/dev/zero of=./test bs=512k count=2048 oflag=direct
- 2048+0 records in
- 2048+0 records out
- 1073741824 bytes (1.1 GB, 1.0 GiB) copied, 5.08851 s, 211 MB/s
- root@linux:~# dd if=./test of=/dev/null bs=512k count=2048 oflag=direct
- 2048+0 records in
- 2048+0 records out
- 1073741824 bytes (1.1 GB, 1.0 GiB) copied, 2.29531 s, 468 MB/s
- root@linux:~#
复制代码
这个速度或许是SSD? |