Created
July 7, 2014 14:39
-
-
Save mbn18/2da49be6534e1fdb16aa to your computer and use it in GitHub Desktop.
Speed test
This file contains 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
On host 1 | |
nc -v -l 2222 > /dev/null | |
On host 2 | |
dd if=/dev/zero bs=1024K count=30720 | nc -v 10.0.26.132 2222 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment