Created
November 15, 2011 08:01
-
-
Save ichikaway/1366429 to your computer and use it in GitHub Desktop.
Network transfer measurement
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
Receiver | |
nc -l 12345 > hoge | |
Sender | |
dd if=/dev/zero of=tempfile bs=1M count=100 | |
time `cat tempfile | nc ReceiverServer 12345` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment