Skip to content

Instantly share code, notes, and snippets.

@davidreuss
Created June 9, 2010 12:28
Show Gist options
  • Save davidreuss/431400 to your computer and use it in GitHub Desktop.
Save davidreuss/431400 to your computer and use it in GitHub Desktop.
test network bandwidth without waisting disk
dd if=/dev/zero bs=4096 count=1048576 | ssh [email protected] 'cat > /dev/null'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment