Skip to content

Instantly share code, notes, and snippets.

@mbn18
Created July 7, 2014 14:39
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 mbn18/2da49be6534e1fdb16aa to your computer and use it in GitHub Desktop.
Save mbn18/2da49be6534e1fdb16aa to your computer and use it in GitHub Desktop.
Speed test
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