Created
June 9, 2010 12:28
-
-
Save davidreuss/431400 to your computer and use it in GitHub Desktop.
test network bandwidth without waisting disk
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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