写
dd bs=1M count=128 if=/dev/zero of=test conv=fdatasync
读
dd if=/home/linduo/Work/Test.file bs=1024k |dd of=/dev/null
time dd if=/dev/zero of=/nfs/testfile bs=8k count=1024 这是来测试nfs写
time dd if=/nfs/testfile of=/dev/null bs=8k count=1024 这是测试nfs读
网友评论