Skip to content

Instantly share code, notes, and snippets.

@tpoechtrager
Last active October 27, 2015 18:42
Show Gist options
  • Save tpoechtrager/16408e7aa294cf96263d to your computer and use it in GitHub Desktop.
Save tpoechtrager/16408e7aa294cf96263d to your computer and use it in GitHub Desktop.
thomas@vps97578:~$ dd if=/dev/zero of=test bs=1MB count=1024
1024+0 records in
1024+0 records out
1024000000 bytes (1.0 GB) copied, 31.6733 s, 32.3 MB/s
--- 8.8.8.8 ping statistics ---
1000 packets transmitted, 1000 received, 0% packet loss, time 213690ms
rtt min/avg/max/mdev = 6.661/9.404/192.711/11.495 ms
[thomas@vps213918 ~]$ dd if=/dev/zero of=test bs=1MB count=1024
1024+0 records in
1024+0 records out
1024000000 bytes (1.0 GB) copied, 1.33818 s, 765 MB/s
--- 8.8.8.8 ping statistics ---
1000 packets transmitted, 1000 received, 0% packet loss, time 200896ms
rtt min/avg/max/mdev = 6.568/6.702/8.021/0.114 ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment