Advertisement
Guest User

Untitled

a guest
Aug 12th, 2015
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. $ for i in {10,100,1000,10000,100000,1000000}; do dd if=/dev/zero of=test.txt bs=4096 count=${i}; done
  2. 10+0 records in
  3. 10+0 records out
  4. 40960 bytes (41 kB) copied, 0.000618855 s, 66.2 MB/s
  5. 100+0 records in
  6. 100+0 records out
  7. 409600 bytes (410 kB) copied, 0.00102354 s, 400 MB/s
  8. 1000+0 records in
  9. 1000+0 records out
  10. 4096000 bytes (4.1 MB) copied, 0.00584651 s, 701 MB/s
  11. 10000+0 records in
  12. 10000+0 records out
  13. 40960000 bytes (41 MB) copied, 0.0549857 s, 745 MB/s
  14. 100000+0 records in
  15. 100000+0 records out
  16. 409600000 bytes (410 MB) copied, 3.59107 s, 114 MB/s
  17. 1000000+0 records in
  18. 1000000+0 records out
  19. 4096000000 bytes (4.1 GB) copied, 39.3971 s, 104 MB/s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement