wangbj

nuc_ssd_test

Jan 28th, 2014
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. intel nuc pc cpu i3 4010u, ram 16gb, ssd crucial m500 240gb
  2.  
  3. $ time dd if=/dev/zero of=16gb.bin bs=1048576 count=16384
  4. 16384+0 records in
  5. 16384+0 records out
  6. 17179869184 bytes (17 GB) copied, 54.8626 s, 313 MB/s
  7.  
  8. real 0m54.865s
  9. user 0m0.048s
  10. sys 0m25.001s
  11.  
  12. # echo 3 > /proc/sys/vm/drop_caches
  13.  
  14. $ time dd if=16gb.bin of=/dev/null bs=1048576 count=16384
  15. 16384+0 records in
  16. 16384+0 records out
  17. 17179869184 bytes (17 GB) copied, 44.2024 s, 389 MB/s
  18.  
  19. real 0m44.205s
  20. user 0m0.040s
  21. sys 0m10.145s
Add Comment
Please, Sign In to add comment