Skip to content

Instantly share code, notes, and snippets.

@ichikaway
Created November 15, 2011 08:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ichikaway/1366429 to your computer and use it in GitHub Desktop.
Save ichikaway/1366429 to your computer and use it in GitHub Desktop.
Network transfer measurement
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