icps

notes

硬碟速度測試

dd if=/dev/zero of=test_disk bs=1k count=1000000
dd if=test_disk of=/dev/null bs=2k
rm test_disk