Skip to content

Instantly share code, notes, and snippets.

@ngsw
Created February 2, 2013 16:41
Show Gist options
  • Select an option

  • Save ngsw/4698173 to your computer and use it in GitHub Desktop.

Select an option

Save ngsw/4698173 to your computer and use it in GitHub Desktop.
##Raspberry Pi(SD Class10)
time dd if=/dev/zero of=/tmp/1024M bs=1024 count=1048576
1048576+0 records in
1048576+0 records out
1073741824 bytes (1.1 GB) copied, 57.3186 s, 18.7 MB/s
dd if=/dev/zero of=/tmp/1024M bs=1024 count=1048576 1.74s user 26.69s system 49% cpu 57.843 total
##MacBook Pro(SSD)
time dd if=/dev/zero of=/tmp/1024M bs=1024 count=1048576
1048576+0 records in
1048576+0 records out
1073741824 bytes transferred in 6.682536 secs (160678791 bytes/sec)
dd if=/dev/zero of=/tmp/1024M bs=1024 count=1048576 0.46s user 5.57s system 90% cpu 6.697 total
@ngsw
Copy link
Copy Markdown
Author

ngsw commented Feb 2, 2013

s/rapsberry/raspberry/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment