Advertisement
Guest User

USBRaid speedtest

a guest
Jun 28th, 2016
462
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.54 KB | None | 0 0
  1. root@SanMan:~# dd if=/dev/zero of=tempfile bs=1M count=1024 conv=fdatasync,notrunc
  2. 1024+0 records in
  3. 1024+0 records out
  4. 1073741824 bytes (1.1 GB) copied, 39.3647 s, 27.3 MB/s
  5. root@SanMan:~# echo 3 > /proc/sys/vm/drop_caches
  6. root@SanMan:~# dd if=tempfile of=/dev/null bs=1M count=1024
  7. 1024+0 records in
  8. 1024+0 records out
  9. 1073741824 bytes (1.1 GB) copied, 16.913 s, 63.5 MB/s.
  10. root@SanMan:~# dd if=tempfile of=/dev/null bs=1M count=1024
  11. 1024+0 records in
  12. 1024+0 records out
  13. 1073741824 bytes (1.1 GB) copied, 0.171533 s, 6.3 GB/s
  14. root@SanMan:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement