|
|
发表于 2006-12-18 11:20:25
|
显示全部楼层
在我的IDE硬盘上(ext3):
huanghongzhi@debian-huanghongzhi:/usr/local/src/tmp$ dd if=/dev/zero of=test1.bin bs=1024 count=1024000
1024000+0 records in
1024000+0 records out
1048576000 bytes (1.0 GB) copied, 21.1152 seconds, 49.7 MB/s
huanghongzhi@debian-huanghongzhi:/usr/local/src/tmp$ dd if=/dev/zero of=test2.bin bs=1024 count=1024000
1024000+0 records in
1024000+0 records out
1048576000 bytes (1.0 GB) copied, 19.4088 seconds, 54.0 MB/shuanghongzhi@debian-huanghongzhi:/usr/local/src/tmp$ dd if=/dev/zero of=test3.bin bs=1024 count=1024000
1024000+0 records in
1024000+0 records out
1048576000 bytes (1.0 GB) copied, 19.7489 seconds, 53.1 MB/s
-----------------
huanghongzhi@debian-huanghongzhi:/usr/local/src/tmp$ dd if=/dev/zero of=test4.bin bs=1024 count=1024000
1024000+0 records in
1024000+0 records out
1048576000 bytes (1.0 GB) copied, 43.3479 seconds, 24.2 MB/s
huanghongzhi@debian-huanghongzhi:/usr/local/src/tmp$ dd if=/dev/zero of=test5.bin bs=1024 count=1024000
1024000+0 records in
1024000+0 records out
1048576000 bytes (1.0 GB) copied, 40.2966 seconds, 26.0 MB/s
4和5是同时运行的
----------------
在我的服务器上(scsi硬盘,ext3)
Proxy1:/usr/local/src/tmp# dd if=/dev/zero of=test1.bin bs=1024 count=1024000
1024000+0 records in
1024000+0 records out
1048576000 bytes (1.0 GB) copied, 10.4417 seconds, 100 MB/s
Proxy1:/usr/local/src/tmp# dd if=/dev/zero of=test2.bin bs=1024 count=1024000
1024000+0 records in
1024000+0 records out
1048576000 bytes (1.0 GB) copied, 11.4375 seconds, 91.7 MB/s
Proxy1:/usr/local/src/tmp# dd if=/dev/zero of=test3.bin bs=1024 count=1024000
1024000+0 records in
1024000+0 records out
1048576000 bytes (1.0 GB) copied, 11.271 seconds, 93.0 MB/s
----
Proxy1:/usr/local/src/tmp# dd if=/dev/zero of=test4.bin bs=1024 count=1024000
1024000+0 records in
1024000+0 records out
1048576000 bytes (1.0 GB) copied, 20.7768 seconds, 50.5 MB/s
Proxy1:/usr/local/src/tmp# dd if=/dev/zero of=test5.bin bs=1024 count=1024000
1024000+0 records in
1024000+0 records out
1048576000 bytes (1.0 GB) copied, 23.0767 seconds, 45.4 MB/s
4和5是同时运行
没有用过其他的文件系统,没法测试 |
|