Skip to content

Instantly share code, notes, and snippets.

@libo
Created March 2, 2011 10:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save libo/850765 to your computer and use it in GitHub Desktop.
Save libo/850765 to your computer and use it in GitHub Desktop.
Test between Progressive, ElasticHosting, Racksapce
Test creates a 128M file full of zeros
Progressive FreeBsd 8.2
[libo@bsd_1G_10G]/home/libo(11:50:12): dd if=/dev/zero of=test_file bs=128K count=1K
1024+0 records in
1024+0 records out
134217728 bytes transferred in 1.570875 secs (85441371 bytes/sec)
ElasticHosting FreeBsd 8.0
> dd if=/dev/zero of=test_file bs=128K count=1K
1024+0 records in
1024+0 records out
134217728 bytes transferred in 18.571566 secs (7227055 bytes/sec)
ElasticHosting Red Hat Fedora 13
[liveuser@localhost ~]$ dd if=/dev/zero of=testfile bs=128K count=1K
1024+0 records in
1024+0 records out
134217728 bytes (134 MB) copied, 0.829145 s, 162 MB/s
Racksapce Ubuntu 10.10
libo@pdfceb:~$ dd if=/dev/zero of=test_file bs=128K count=1K
1024+0 records in
1024+0 records out
134217728 bytes (134 MB) copied, 0.465462 s, 288 MB/s
RootBSD (jacob tests)
134217728 bytes transferred in 1.250134 secs (107362674 bytes/sec)
134217728 bytes transferred in 1.921003 secs (69868564 bytes/sec)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment