纯写速度测试:
[root@6t ~]# time dd if=/dev/zero of=/var/test bs=8k count=1000000
1000000+0 records in
1000000+0 records out
8192000000 bytes (8.2 GB) copied, 4.93558 s, 1.7 GB/s
real 0m4.938s
user 0m0.113s
sys 0m4.783s
读的速度:
[root@6t ~]# time dd if=/var/test of=/dev/null bs=8k count=1000000
\1000000+0 records in
1000000+0 records out
8192000000 bytes (8.2 GB) copied, 1.23705 s, 6.6 GB/s
real 0m1.239s
user 0m0.059s
sys 0m1.180s
作者: uuu 时间: 2017-6-28 22:46
光速作者: yenalong 时间: 2017-6-28 22:47
dd if=/dev/zero of=test bs=64k count=4k oflag=dsync
看这个能跑多少作者: houset 时间: 2017-6-28 22:47
666666666666666作者: stelics 时间: 2017-6-28 22:50
这个jj内存都没到这个速度作者: Eric.c 时间: 2017-6-28 22:58
time dd if=/var/test of=/tmp/test bs=8k count=1000000
1000000+0 records in
1000000+0 records out
8192000000 bytes (8.2 GB) copied, 8.04571 s, 1.0 GB/s
real 0m8.047s
user 0m0.116s
sys 0m5.492s作者: 可乐呀 时间: 2017-6-28 23:03
神 是ssd吗作者: 我是人 时间: 2017-6-28 23:14
又有人在玩内存/Cache速度了。。。