Difference between revisions of "Benchmarks"
From Useful Things
(Created page with "== RAID 6 + LUKS == <pre> eclipse shared # dd if=/dev/zero of=file bs=64M count=100 conv=fdatasync 100+0 records in 100+0 records out 6710886400 bytes (6.7 GB) copied, 19.457...") |
(No difference)
|
Revision as of 11:02, 21 March 2015
RAID 6 + LUKS
eclipse shared # dd if=/dev/zero of=file bs=64M count=100 conv=fdatasync 100+0 records in 100+0 records out 6710886400 bytes (6.7 GB) copied, 19.4577 s, 345 MB/s eclipse shared # sync eclipse shared # dd if=/dev/zero of=file bs=64M count=100 conv=fdatasync 100+0 records in 100+0 records out 6710886400 bytes (6.7 GB) copied, 19.4899 s, 344 MB/s eclipse shared # dd if=/dev/zero of=file bs=64M count=100 conv=fdatasync 100+0 records in 100+0 records out 6710886400 bytes (6.7 GB) copied, 19.7158 s, 340 MB/s eclipse shared # dd if=/dev/zero of=file bs=64M count=100 conv=fdatasync 100+0 records in 100+0 records out 6710886400 bytes (6.7 GB) copied, 19.4337 s, 345 MB/s eclipse shared # dd if=file of=/dev/null bs=64M 100+0 records in 100+0 records out 6710886400 bytes (6.7 GB) copied, 11.4224 s, 588 MB/s eclipse shared # echo 3 > /proc/sys/vm/drop_caches eclipse shared # dd if=file of=/dev/null bs=64M 100+0 records in 100+0 records out 6710886400 bytes (6.7 GB) copied, 11.3578 s, 591 MB/s eclipse shared # echo 3 > /proc/sys/vm/drop_caches eclipse shared # dd if=file of=/dev/null bs=64M 100+0 records in 100+0 records out 6710886400 bytes (6.7 GB) copied, 11.1645 s, 601 MB/s eclipse shared # echo 3 > /proc/sys/vm/drop_caches eclipse shared # dd if=file of=/dev/null bs=64M 100+0 records in 100+0 records out 6710886400 bytes (6.7 GB) copied, 11.1897 s, 600 MB/s