Skip to content

Instantly share code, notes, and snippets.

@gbraccialli
Created July 19, 2016 15:44
Show Gist options
  • Save gbraccialli/5414b57792559296c8534cd18a596507 to your computer and use it in GitHub Desktop.
Save gbraccialli/5414b57792559296c8534cd18a596507 to your computer and use it in GitHub Desktop.
host1 - server:
netcat -v -l -n 2000 >/dev/null
host2 - client:
dd if=/dev/zero bs=100M count=10 | netcat -v suse-ambari.cloud.hortonworks.com 2000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment